Html Css Color HEX #CC53AA Fuchsia

📋 copy color: '#CC53AA'

red 204 ◦ green 83 ◦ blue 170

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

Shades of Fuchsia #CC53AA

Tints of Fuchsia #CC53AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.2%

R = 44.64%
G = 18.16%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC53AA (or 0xCC53AA) is known color: Fuchsia. HEX triplet: CC, 53 and AA. RGB value is (204,83,170). Sum of RGB (Red+Green+Blue) = 204+83+170=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC53AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC53AA is #33AC55. Grayscale: #808080. Windows color (decimal): -3386454 or 11162572. OLE color: 11162572.

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

Color convert

RGB 204 83 170 -
CMYK 0 0.59 0.17 0.2
HSL 316.86º 0.54% 0.56% -
HSV(B) 316.86º 0.59% 0.8% -
XYZ 35.25 21.93 40.4 -
YUV 129.1 151.09 181.43 -
System Red Green Blue C M Y K H S L
Decimal 204 83 170 0 0.59 0.17 0.2 316.86 0.54 0.56
Hex CC 53 AA 0 3B 11 14 13D 36 38
Octal 314 123 252 0 73 21 24 475 66 70
Binary 11001100 1010011 10101010 0 111011 10001 10100 100111101 110110 111000

Color Harmonies of #CC53AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC53AA

Black with #CC53AA

Text Example


Text Example

White with #CC53AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC53AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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