Html Css Color HEX #CC52AD Fuchsia

📋 copy color: '#CC52AD'

red 204 ◦ green 82 ◦ blue 173

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

Shades of Fuchsia #CC52AD

Tints of Fuchsia #CC52AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.69%

R = 44.44%
G = 17.86%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC52AD (or 0xCC52AD) is known color: Fuchsia. HEX triplet: CC, 52 and AD. RGB value is (204,82,173). Sum of RGB (Red+Green+Blue) = 204+82+173=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC52AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC52AD is #33AD52. Grayscale: #808080. Windows color (decimal): -3386707 or 11358924. OLE color: 11358924.

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

Color convert

RGB 204 82 173 -
CMYK 0 0.60 0.15 0.2
HSL 315.25º 0.54% 0.56% -
HSV(B) 315.25º 0.6% 0.8% -
XYZ 35.46 21.89 41.89 -
YUV 128.85 152.92 181.6 -
System Red Green Blue C M Y K H S L
Decimal 204 82 173 0 0.60 0.15 0.2 315.25 0.54 0.56
Hex CC 52 AD 0 3C F 14 13B 36 38
Octal 314 122 255 0 74 17 24 473 66 70
Binary 11001100 1010010 10101101 0 111100 1111 10100 100111011 110110 111000

Color Harmonies of #CC52AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC52AD

Black with #CC52AD

Text Example


Text Example

White with #CC52AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC52AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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