Html Css Color HEX #CC52C1 Fuchsia

📋 copy color: '#CC52C1'

red 204 ◦ green 82 ◦ blue 193

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

Shades of Fuchsia #CC52C1

Tints of Fuchsia #CC52C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.29%

R = 42.59%
G = 17.12%
B = 40.29%

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

#CC52C1 (or 0xCC52C1) is known color: Fuchsia. HEX triplet: CC, 52 and C1. RGB value is (204,82,193). Sum of RGB (Red+Green+Blue) = 204+82+193=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC52C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC52C1 is #33AD3E. Grayscale: #828282. Windows color (decimal): -3386687 or 12669644. OLE color: 12669644.

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

Color convert

RGB 204 82 193 -
CMYK 0 0.60 0.05 0.2
HSL 305.41º 0.54% 0.56% -
HSV(B) 305.41º 0.6% 0.8% -
XYZ 37.54 22.72 52.86 -
YUV 131.13 162.92 179.97 -
System Red Green Blue C M Y K H S L
Decimal 204 82 193 0 0.60 0.05 0.2 305.41 0.54 0.56
Hex CC 52 C1 0 3C 5 14 131 36 38
Octal 314 122 301 0 74 5 24 461 66 70
Binary 11001100 1010010 11000001 0 111100 101 10100 100110001 110110 111000

Color Harmonies of #CC52C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC52C1

Black with #CC52C1

Text Example


Text Example

White with #CC52C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC52C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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