Html Css Color HEX #CC59CB Fuchsia

📋 copy color: '#CC59CB'

red 204 ◦ green 89 ◦ blue 203

#CC59CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CC59CB

Tints of Fuchsia #CC59CB

RGB

 RED value IS 204 (80.08% from 255) = 41.13%

 GREEN value IS 89 (35.16% from 255) = 17.94%

 BLUE value IS 203 (79.69% from 255) = 40.93%

R = 41.13%
G = 17.94%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC59CB (or 0xCC59CB) is known color: Fuchsia. HEX triplet: CC, 59 and CB. RGB value is (204,89,203). Sum of RGB (Red+Green+Blue) = 204+89+203=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 89 (35.16% from 255 or 17.94% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CC59CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC59CB is #33A634. Grayscale: #888888. Windows color (decimal): -3384885 or 13326796. OLE color: 13326796.

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

Color convert

RGB 204 89 203 -
CMYK 0 0.56 0.00 0.2
HSL 300.52º 0.53% 0.57% -
HSV(B) 300.52º 0.56% 0.8% -
XYZ 39.25 24.29 59.12 -
YUV 136.38 165.6 176.23 -
System Red Green Blue C M Y K H S L
Decimal 204 89 203 0 0.56 0.00 0.2 300.52 0.53 0.57
Hex CC 59 CB 0 38 0 14 12D 35 39
Octal 314 131 313 0 70 0 24 455 65 71
Binary 11001100 1011001 11001011 0 111000 0 10100 100101101 110101 111001

Color Harmonies of #CC59CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC59CB

Black with #CC59CB

Text Example


Text Example

White with #CC59CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC59CB; }

 p { color: rgb(204,89,203); }

 H1.HeaderClassName
 {
   color: #CC59CB;
 }
 .AnyTagClassName
 {
   color: #CC59CB;
 }
</style>

background-color css

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

 a { background-color: rgb(204,89,203); }

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

border-color css

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

 span { border-color: rgb(204,89,203); }

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