Html Css Color HEX #CC55CC Fuchsia

📋 copy color: '#CC55CC'

red 204 ◦ green 85 ◦ blue 204

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

Shades of Fuchsia #CC55CC

Tints of Fuchsia #CC55CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.38%

R = 41.38%
G = 17.24%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC55CC (or 0xCC55CC) is known color: Fuchsia. HEX triplet: CC, 55 and CC. RGB value is (204,85,204). Sum of RGB (Red+Green+Blue) = 204+85+204=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC55CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC55CC is #33AA33. Grayscale: #858585. Windows color (decimal): -3385908 or 13391308. OLE color: 13391308.

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

Color convert

RGB 204 85 204 -
CMYK 0 0.58 0 0.2
HSL 300º 0.54% 0.57% -
HSV(B) 300º 0.58% 0.8% -
XYZ 39.05 23.69 59.64 -
YUV 134.15 167.42 177.82 -
System Red Green Blue C M Y K H S L
Decimal 204 85 204 0 0.58 0 0.2 300 0.54 0.57
Hex CC 55 CC 0 3A 0 14 12C 36 39
Octal 314 125 314 0 72 0 24 454 66 71
Binary 11001100 1010101 11001100 0 111010 0 10100 100101100 110110 111001

Color Harmonies of #CC55CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC55CC

Black with #CC55CC

Text Example


Text Example

White with #CC55CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC55CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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