Html Css Color HEX #CC52B8 Fuchsia

📋 copy color: '#CC52B8'

red 204 ◦ green 82 ◦ blue 184

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

Shades of Fuchsia #CC52B8

Tints of Fuchsia #CC52B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.15%

R = 43.4%
G = 17.45%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CC52B8 (or 0xCC52B8) is known color: Fuchsia. HEX triplet: CC, 52 and B8. RGB value is (204,82,184). Sum of RGB (Red+Green+Blue) = 204+82+184=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 82 (32.42% from 255 or 17.45% from 470); Blue value is 184 (72.27% from 255 or 39.15% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC52B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC52B8 is #33AD47. Grayscale: #818181. Windows color (decimal): -3386696 or 12079820. OLE color: 12079820.

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

Color convert

RGB 204 82 184 -
CMYK 0 0.60 0.10 0.2
HSL 309.84º 0.54% 0.56% -
HSV(B) 309.84º 0.6% 0.8% -
XYZ 36.57 22.33 47.73 -
YUV 130.11 158.42 180.71 -
System Red Green Blue C M Y K H S L
Decimal 204 82 184 0 0.60 0.10 0.2 309.84 0.54 0.56
Hex CC 52 B8 0 3C A 14 136 36 38
Octal 314 122 270 0 74 12 24 466 66 70
Binary 11001100 1010010 10111000 0 111100 1010 10100 100110110 110110 111000

Color Harmonies of #CC52B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC52B8

Black with #CC52B8

Text Example


Text Example

White with #CC52B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC52B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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