#CF4CB6

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

Shades of Fuchsia #CF4CB6

Tints of Fuchsia #CF4CB6

Color information

#CF4CB6 (or 0xCF4CB6) is unknown color: approx Fuchsia. HEX triplet: CF, 4C and B6. RGB value is (207,76,182). Sum of RGB (Red+Green+Blue) = 207+76+182=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 182 (71.48% from 255 or 39.14% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4CB6 is #30B349. Grayscale: #7E7E7E. Windows color (decimal): -3191626 or 11947215. OLE color: 11947215.

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

Color convert

RGB20776182-
CMYK00.630.120.19
HSL311.45º57.71%55.49%-
HSV(B)311.45º63.29%81.18%-
XYZ36.7621.8146.53-
YUV127.25158.9184.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.52%
GREEN value IS 76 (30.08% from 255) = 16.34%
BLUE value IS 182 (71.48% from 255) = 39.14%
R=44.52%
G=16.34%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077618200.630.120.19311.4557.7155.49
HexCF4CB603FC131373a37
Octal31711426607714234677267
Binary110011111001100101101100111111110010011100110111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4CB6; }

 p { color: rgb(207,76,182); }

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

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

 a { background-color: rgb(207,76,182); }

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

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

 span { border-color: rgb(207,76,182); }

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