#C555CB

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

Shades of Fuchsia #C555CB

Tints of Fuchsia #C555CB

Color information

#C555CB (or 0xC555CB) is unknown color: approx Fuchsia. HEX triplet: C5, 55 and CB. RGB value is (197,85,203). Sum of RGB (Red+Green+Blue) = 197+85+203=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #C555CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C555CB is #3AAA34. Grayscale: #838383. Windows color (decimal): -3844661 or 13325765. OLE color: 13325765.

HSL color Cylindrical-coordinate representation of color #C555CB: hue angle of 296.95º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C555CB is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19785203-
CMYK0.030.5800.20
HSL296.95º53.15%56.47%-
HSV(B)296.95º58.13%79.61%-
XYZ37.0522.6858.92-
YUV131.94168.11174.41-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.62%
GREEN value IS 85 (33.59% from 255) = 17.53%
BLUE value IS 203 (79.69% from 255) = 41.86%
R=40.62%
G=17.53%
B=41.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal197852030.030.5800.20296.9553.1556.47
HexC555CB33A0141293538
Octal3051253133720244516570
Binary1100010110101011100101111111010010100100101001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C555CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C555CB; }

 p { color: rgb(197,85,203); }

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

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

 a { background-color: rgb(197,85,203); }

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

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

 span { border-color: rgb(197,85,203); }

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