Html Css Color HEX #CC55CB Fuchsia

📋 copy color: '#CC55CB'

red 204 ◦ green 85 ◦ blue 203

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

Shades of Fuchsia #CC55CB

Tints of Fuchsia #CC55CB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.28%

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

R = 41.46%
G = 17.28%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC55CB (or 0xCC55CB) is known color: Fuchsia. HEX triplet: CC, 55 and CB. RGB value is (204,85,203). Sum of RGB (Red+Green+Blue) = 204+85+203=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CC55CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC55CB is #33AA34. Grayscale: #858585. Windows color (decimal): -3385909 or 13325772. OLE color: 13325772.

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

Color convert

RGB 204 85 203 -
CMYK 0 0.58 0.00 0.2
HSL 300.5º 0.54% 0.57% -
HSV(B) 300.5º 0.58% 0.8% -
XYZ 38.93 23.65 59.01 -
YUV 134.03 166.92 177.91 -
System Red Green Blue C M Y K H S L
Decimal 204 85 203 0 0.58 0.00 0.2 300.5 0.54 0.57
Hex CC 55 CB 0 3A 0 14 12D 36 39
Octal 314 125 313 0 72 0 24 455 66 71
Binary 11001100 1010101 11001011 0 111010 0 10100 100101101 110110 111001

Color Harmonies of #CC55CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC55CB

Black with #CC55CB

Text Example


Text Example

White with #CC55CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC55CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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