Html Css Color HEX #CC55CA Fuchsia

📋 copy color: '#CC55CA'

red 204 ◦ green 85 ◦ blue 202

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

Shades of Fuchsia #CC55CA

Tints of Fuchsia #CC55CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.14%

R = 41.55%
G = 17.31%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC55CA (or 0xCC55CA) is known color: Fuchsia. HEX triplet: CC, 55 and CA. RGB value is (204,85,202). Sum of RGB (Red+Green+Blue) = 204+85+202=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC55CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC55CA is #33AA35. Grayscale: #858585. Windows color (decimal): -3385910 or 13260236. OLE color: 13260236.

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

Color convert

RGB 204 85 202 -
CMYK 0 0.58 0.01 0.2
HSL 301.01º 0.54% 0.57% -
HSV(B) 301.01º 0.58% 0.8% -
XYZ 38.81 23.6 58.39 -
YUV 133.92 166.42 177.99 -
System Red Green Blue C M Y K H S L
Decimal 204 85 202 0 0.58 0.01 0.2 301.01 0.54 0.57
Hex CC 55 CA 0 3A 1 14 12D 36 39
Octal 314 125 312 0 72 1 24 455 66 71
Binary 11001100 1010101 11001010 0 111010 1 10100 100101101 110110 111001

Color Harmonies of #CC55CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC55CA

Black with #CC55CA

Text Example


Text Example

White with #CC55CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC55CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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