Html Css Color HEX #CC52AC Fuchsia

📋 copy color: '#CC52AC'

red 204 ◦ green 82 ◦ blue 172

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

Shades of Fuchsia #CC52AC

Tints of Fuchsia #CC52AC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.9%

 BLUE value IS 172 (67.58% from 255) = 37.55%

R = 44.54%
G = 17.9%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC52AC (or 0xCC52AC) is known color: Fuchsia. HEX triplet: CC, 52 and AC. RGB value is (204,82,172). Sum of RGB (Red+Green+Blue) = 204+82+172=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC52AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC52AC is #33AD53. Grayscale: #808080. Windows color (decimal): -3386708 or 11293388. OLE color: 11293388.

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

Color convert

RGB 204 82 172 -
CMYK 0 0.60 0.16 0.2
HSL 315.74º 0.54% 0.56% -
HSV(B) 315.74º 0.6% 0.8% -
XYZ 35.37 21.85 41.38 -
YUV 128.74 152.42 181.68 -
System Red Green Blue C M Y K H S L
Decimal 204 82 172 0 0.60 0.16 0.2 315.74 0.54 0.56
Hex CC 52 AC 0 3C 10 14 13C 36 38
Octal 314 122 254 0 74 20 24 474 66 70
Binary 11001100 1010010 10101100 0 111100 10000 10100 100111100 110110 111000

Color Harmonies of #CC52AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC52AC

Black with #CC52AC

Text Example


Text Example

White with #CC52AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC52AC; }

 p { color: rgb(204,82,172); }

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

background-color css

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

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

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

border-color css

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

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

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