#CF2CB8

Color #CF2CB8 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CF2CB8

Tints of Fuchsia #CF2CB8

Color information

#CF2CB8 (or 0xCF2CB8) is unknown color: approx Fuchsia. HEX triplet: CF, 2C and B8. RGB value is (207,44,184). Sum of RGB (Red+Green+Blue) = 207+44+184=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 44 (17.58% from 255 or 10.11% from 435); Blue value is 184 (72.27% from 255 or 42.30% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2CB8 is #30D347. Grayscale: #6C6C6C. Windows color (decimal): -3199816 or 12070095. OLE color: 12070095.

HSL color Cylindrical-coordinate representation of color #CF2CB8: hue angle of 308.47º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2CB8 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB20744184-
CMYK00.790.110.19
HSL308.47º64.94%49.22%-
HSV(B)308.47º78.74%81.18%-
XYZ35.2818.5347.06-
YUV108.7170.5198.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 47.59%
GREEN value IS 44 (17.58% from 255) = 10.11%
BLUE value IS 184 (72.27% from 255) = 42.30%
R=47.59%
G=10.11%
B=42.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2074418400.790.110.19308.4764.9449.22
HexCF2CB804FB131344131
Octal317542700117132346410161
Binary1100111110110010111000010011111011100111001101001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2CB8; }

 p { color: rgb(207,44,184); }

 H1.HeaderClassName
 {
   color: #CF2CB8;
 }
 .AnyTagClassName
 {
   color: #CF2CB8;
 }
</style>
background-color css

<style>
 a { background-color: #CF2CB8; }

 a { background-color: rgb(207,44,184); }

 div.DivClassName
 {
   background-color: #CF2CB8;
 }
 .BgClassName
 {
   background-color: #CF2CB8;
 }
</style>
border-color css

<style>
 span { border-color: #CF2CB8; }

 span { border-color: rgb(207,44,184); }

 td.TdClassName
 {
   border-color: #CF2CB8;
 }
 .TagClassName
 {
   border-color: #CF2CB8;
 }
</style>