#CF5CB4

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

Shades of Fuchsia #CF5CB4

Tints of Fuchsia #CF5CB4

Color information

#CF5CB4 (or 0xCF5CB4) is unknown color: approx Fuchsia. HEX triplet: CF, 5C and B4. RGB value is (207,92,180). Sum of RGB (Red+Green+Blue) = 207+92+180=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5CB4 is #30A34B. Grayscale: #888888. Windows color (decimal): -3187532 or 11820239. OLE color: 11820239.

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

Color convert

RGB20792180-
CMYK00.560.130.19
HSL314.09º54.5%58.63%-
HSV(B)314.09º55.56%81.18%-
XYZ37.824.2145.86-
YUV136.42152.6178.34-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.22%
GREEN value IS 92 (36.33% from 255) = 19.21%
BLUE value IS 180 (70.70% from 255) = 37.58%
R=43.22%
G=19.21%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079218000.560.130.19314.0954.558.63
HexCF5CB4038D1313a373b
Octal31713426407015234726773
Binary110011111011100101101000111000110110011100111010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5CB4; }

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

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

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

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

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

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

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

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