Html Css Color HEX #CC52C6 Fuchsia

📋 copy color: '#CC52C6'

red 204 ◦ green 82 ◦ blue 198

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

Shades of Fuchsia #CC52C6

Tints of Fuchsia #CC52C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.91%

R = 42.15%
G = 16.94%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#CC52C6 (or 0xCC52C6) is known color: Fuchsia. HEX triplet: CC, 52 and C6. RGB value is (204,82,198). Sum of RGB (Red+Green+Blue) = 204+82+198=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 198 (77.73% from 255 or 40.91% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CC52C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC52C6 is #33AD39. Grayscale: #838383. Windows color (decimal): -3386682 or 12997324. OLE color: 12997324.

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

Color convert

RGB 204 82 198 -
CMYK 0 0.60 0.03 0.2
HSL 302.95º 0.54% 0.56% -
HSV(B) 302.95º 0.6% 0.8% -
XYZ 38.11 22.95 55.85 -
YUV 131.7 165.42 179.57 -
System Red Green Blue C M Y K H S L
Decimal 204 82 198 0 0.60 0.03 0.2 302.95 0.54 0.56
Hex CC 52 C6 0 3C 3 14 12F 36 38
Octal 314 122 306 0 74 3 24 457 66 70
Binary 11001100 1010010 11000110 0 111100 11 10100 100101111 110110 111000

Color Harmonies of #CC52C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC52C6

Black with #CC52C6

Text Example


Text Example

White with #CC52C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC52C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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