#CC5FB8

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

Shades of Fuchsia #CC5FB8

Tints of Fuchsia #CC5FB8

Color information

#CC5FB8 (or 0xCC5FB8) is unknown color: approx Fuchsia. HEX triplet: CC, 5F and B8. RGB value is (204,95,184). Sum of RGB (Red+Green+Blue) = 204+95+184=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 184 (72.27% from 255 or 38.10% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5FB8 is #33A047. Grayscale: #898989. Windows color (decimal): -3383368 or 12083148. OLE color: 12083148.

HSL color Cylindrical-coordinate representation of color #CC5FB8: hue angle of 311.01º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC5FB8 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB20495184-
CMYK00.530.100.2
HSL311.01º51.66%58.63%-
HSV(B)311.01º53.43%80%-
XYZ37.6524.4848.09-
YUV137.74154.11175.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.24%
GREEN value IS 95 (37.5% from 255) = 19.67%
BLUE value IS 184 (72.27% from 255) = 38.10%
R=42.24%
G=19.67%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049518400.530.100.2311.0151.6658.63
HexCC5FB8035A14137343b
Octal31413727006512244676473
Binary110011001011111101110000110101101010100100110111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5FB8; }

 p { color: rgb(204,95,184); }

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

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

 a { background-color: rgb(204,95,184); }

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

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

 span { border-color: rgb(204,95,184); }

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