Html Css Color HEX #CC55C8 Fuchsia

📋 copy color: '#CC55C8'

red 204 ◦ green 85 ◦ blue 200

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

Shades of Fuchsia #CC55C8

Tints of Fuchsia #CC55C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.9%

R = 41.72%
G = 17.38%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CC55C8 (or 0xCC55C8) is known color: Fuchsia. HEX triplet: CC, 55 and C8. RGB value is (204,85,200). Sum of RGB (Red+Green+Blue) = 204+85+200=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 200 (78.52% from 255 or 40.90% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC55C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC55C8 is #33AA37. Grayscale: #858585. Windows color (decimal): -3385912 or 13129164. OLE color: 13129164.

HSL color Cylindrical-coordinate representation of color #CC55C8: hue angle of 302.02º 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 #CC55C8 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 85 200 -
CMYK 0 0.58 0.02 0.2
HSL 302.02º 0.54% 0.57% -
HSV(B) 302.02º 0.58% 0.8% -
XYZ 38.58 23.5 57.15 -
YUV 133.69 165.42 178.15 -
System Red Green Blue C M Y K H S L
Decimal 204 85 200 0 0.58 0.02 0.2 302.02 0.54 0.57
Hex CC 55 C8 0 3A 2 14 12E 36 39
Octal 314 125 310 0 72 2 24 456 66 71
Binary 11001100 1010101 11001000 0 111010 10 10100 100101110 110110 111001

Color Harmonies of #CC55C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC55C8

Black with #CC55C8

Text Example


Text Example

White with #CC55C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC55C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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