#CF50B6

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

Shades of Fuchsia #CF50B6

Tints of Fuchsia #CF50B6

Color information

#CF50B6 (or 0xCF50B6) is unknown color: approx Fuchsia. HEX triplet: CF, 50 and B6. RGB value is (207,80,182). Sum of RGB (Red+Green+Blue) = 207+80+182=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 182 (71.48% from 255 or 38.81% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CF50B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF50B6 is #30AF49. Grayscale: #818181. Windows color (decimal): -3190602 or 11948239. OLE color: 11948239.

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

Color convert

RGB20780182-
CMYK00.610.120.19
HSL311.81º56.95%56.27%-
HSV(B)311.81º61.35%81.18%-
XYZ37.0422.3846.62-
YUV129.6157.58183.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.14%
GREEN value IS 80 (31.64% from 255) = 17.06%
BLUE value IS 182 (71.48% from 255) = 38.81%
R=44.14%
G=17.06%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078018200.610.120.19311.8156.9556.27
HexCF50B603DC131383938
Octal31712026607514234707170
Binary110011111010000101101100111101110010011100111000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF50B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF50B6; }

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

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

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

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

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

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

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

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