#CF5CB2

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

Shades of Fuchsia #CF5CB2

Tints of Fuchsia #CF5CB2

Color information

#CF5CB2 (or 0xCF5CB2) is unknown color: approx Fuchsia. HEX triplet: CF, 5C and B2. RGB value is (207,92,178). Sum of RGB (Red+Green+Blue) = 207+92+178=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5CB2 is #30A34D. Grayscale: #878787. Windows color (decimal): -3187534 or 11689167. OLE color: 11689167.

HSL color Cylindrical-coordinate representation of color #CF5CB2: hue angle of 315.13º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF5CB2 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB20792178-
CMYK00.560.140.19
HSL315.13º54.5%58.63%-
HSV(B)315.13º55.56%81.18%-
XYZ37.624.1344.8-
YUV136.19151.6178.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.40%
GREEN value IS 92 (36.33% from 255) = 19.29%
BLUE value IS 178 (69.92% from 255) = 37.32%
R=43.40%
G=19.29%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079217800.560.140.19315.1354.558.63
HexCF5CB2038E1313b373b
Octal31713426207016234736773
Binary110011111011100101100100111000111010011100111011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5CB2; }

 p { color: rgb(207,92,178); }

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

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

 a { background-color: rgb(207,92,178); }

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

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

 span { border-color: rgb(207,92,178); }

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