Html Css Color HEX #CC52CC Fuchsia

📋 copy color: '#CC52CC'

red 204 ◦ green 82 ◦ blue 204

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

Shades of Fuchsia #CC52CC

Tints of Fuchsia #CC52CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.63%

R = 41.63%
G = 16.73%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC52CC (or 0xCC52CC) is known color: Fuchsia. HEX triplet: CC, 52 and CC. RGB value is (204,82,204). Sum of RGB (Red+Green+Blue) = 204+82+204=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 82 (32.42% from 255 or 16.73% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC52CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC52CC is #33AD33. Grayscale: #848484. Windows color (decimal): -3386676 or 13390540. OLE color: 13390540.

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

Color convert

RGB 204 82 204 -
CMYK 0 0.60 0 0.2
HSL 300º 0.54% 0.56% -
HSV(B) 300º 0.6% 0.8% -
XYZ 38.82 23.23 59.56 -
YUV 132.39 168.42 179.08 -
System Red Green Blue C M Y K H S L
Decimal 204 82 204 0 0.60 0 0.2 300 0.54 0.56
Hex CC 52 CC 0 3C 0 14 12C 36 38
Octal 314 122 314 0 74 0 24 454 66 70
Binary 11001100 1010010 11001100 0 111100 0 10100 100101100 110110 111000

Color Harmonies of #CC52CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC52CC

Black with #CC52CC

Text Example


Text Example

White with #CC52CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC52CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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