#CF50B5

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

Shades of Fuchsia #CF50B5

Tints of Fuchsia #CF50B5

Color information

#CF50B5 (or 0xCF50B5) is unknown color: approx Fuchsia. HEX triplet: CF, 50 and B5. RGB value is (207,80,181). Sum of RGB (Red+Green+Blue) = 207+80+181=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CF50B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF50B5 is #30AF4A. Grayscale: #818181. Windows color (decimal): -3190603 or 11882703. OLE color: 11882703.

HSL color Cylindrical-coordinate representation of color #CF50B5: hue angle of 312.28º 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 #CF50B5 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB20780181-
CMYK00.610.130.19
HSL312.28º56.95%56.27%-
HSV(B)312.28º61.35%81.18%-
XYZ36.9422.3446.08-
YUV129.49157.08183.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.23%
GREEN value IS 80 (31.64% from 255) = 17.09%
BLUE value IS 181 (71.09% from 255) = 38.68%
R=44.23%
G=17.09%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078018100.610.130.19312.2856.9556.27
HexCF50B503DD131383938
Octal31712026507515234707170
Binary110011111010000101101010111101110110011100111000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF50B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF50B5; }

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

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

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

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

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

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

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

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