Html Css Color HEX #CC53CA Fuchsia

📋 copy color: '#CC53CA'

red 204 ◦ green 83 ◦ blue 202

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

Shades of Fuchsia #CC53CA

Tints of Fuchsia #CC53CA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.97%

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

R = 41.72%
G = 16.97%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC53CA (or 0xCC53CA) is known color: Fuchsia. HEX triplet: CC, 53 and CA. RGB value is (204,83,202). Sum of RGB (Red+Green+Blue) = 204+83+202=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 83 (32.81% from 255 or 16.97% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC53CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC53CA is #33AC35. Grayscale: #848484. Windows color (decimal): -3386422 or 13259724. OLE color: 13259724.

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

Color convert

RGB 204 83 202 -
CMYK 0 0.59 0.01 0.2
HSL 300.99º 0.54% 0.56% -
HSV(B) 300.99º 0.59% 0.8% -
XYZ 38.66 23.29 58.33 -
YUV 132.75 167.09 178.82 -
System Red Green Blue C M Y K H S L
Decimal 204 83 202 0 0.59 0.01 0.2 300.99 0.54 0.56
Hex CC 53 CA 0 3B 1 14 12D 36 38
Octal 314 123 312 0 73 1 24 455 66 70
Binary 11001100 1010011 11001010 0 111011 1 10100 100101101 110110 111000

Color Harmonies of #CC53CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC53CA

Black with #CC53CA

Text Example


Text Example

White with #CC53CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC53CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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