Html Css Color HEX #CC52C2 Fuchsia

📋 copy color: '#CC52C2'

red 204 ◦ green 82 ◦ blue 194

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

Shades of Fuchsia #CC52C2

Tints of Fuchsia #CC52C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.42%

R = 42.5%
G = 17.08%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CC52C2 (or 0xCC52C2) is known color: Fuchsia. HEX triplet: CC, 52 and C2. RGB value is (204,82,194). Sum of RGB (Red+Green+Blue) = 204+82+194=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 194 (76.17% from 255 or 40.42% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CC52C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC52C2 is #33AD3D. Grayscale: #828282. Windows color (decimal): -3386686 or 12735180. OLE color: 12735180.

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

Color convert

RGB 204 82 194 -
CMYK 0 0.60 0.05 0.2
HSL 304.92º 0.54% 0.56% -
HSV(B) 304.92º 0.6% 0.8% -
XYZ 37.66 22.77 53.45 -
YUV 131.25 163.42 179.89 -
System Red Green Blue C M Y K H S L
Decimal 204 82 194 0 0.60 0.05 0.2 304.92 0.54 0.56
Hex CC 52 C2 0 3C 5 14 131 36 38
Octal 314 122 302 0 74 5 24 461 66 70
Binary 11001100 1010010 11000010 0 111100 101 10100 100110001 110110 111000

Color Harmonies of #CC52C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC52C2

Black with #CC52C2

Text Example


Text Example

White with #CC52C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC52C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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