#CF5CB3

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

Shades of Fuchsia #CF5CB3

Tints of Fuchsia #CF5CB3

Color information

#CF5CB3 (or 0xCF5CB3) is unknown color: approx Fuchsia. HEX triplet: CF, 5C and B3. RGB value is (207,92,179). Sum of RGB (Red+Green+Blue) = 207+92+179=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5CB3 is #30A34C. Grayscale: #888888. Windows color (decimal): -3187533 or 11754703. OLE color: 11754703.

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

Color convert

RGB20792179-
CMYK00.560.140.19
HSL314.61º54.5%58.63%-
HSV(B)314.61º55.56%81.18%-
XYZ37.724.1745.33-
YUV136.3152.1178.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.31%
GREEN value IS 92 (36.33% from 255) = 19.25%
BLUE value IS 179 (70.31% from 255) = 37.45%
R=43.31%
G=19.25%
B=37.45%

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
Decimal2079217900.560.140.19314.6154.558.63
HexCF5CB3038E1313b373b
Octal31713426307016234736773
Binary110011111011100101100110111000111010011100111011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5CB3; }

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

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

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

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

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

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

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

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