Html Css Color HEX #CC05CA Deep Magenta

📋 copy color: '#CC05CA'

red 204 ◦ green 5 ◦ blue 202

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

Shades of Deep Magenta #CC05CA

Tints of Deep Magenta #CC05CA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.22%

 BLUE value IS 202 (79.3% from 255) = 49.15%

R = 49.64%
G = 1.22%
B = 49.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC05CA (or 0xCC05CA) is known color: Deep Magenta. HEX triplet: CC, 05 and CA. RGB value is (204,5,202). Sum of RGB (Red+Green+Blue) = 204+5+202=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 5 (2.34% from 255 or 1.22% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC05CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC05CA is #33FA35. Grayscale: #565656. Windows color (decimal): -3406390 or 13239756. OLE color: 13239756.

HSL color Cylindrical-coordinate representation of color #CC05CA: hue angle of 300.6º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC05CA is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 5 202 -
CMYK 0 0.98 0.01 0.2
HSL 300.6º 0.95% 0.41% -
HSV(B) 300.6º 0.98% 0.8% -
XYZ 35.62 17.21 57.32 -
YUV 86.96 192.93 211.48 -
System Red Green Blue C M Y K H S L
Decimal 204 5 202 0 0.98 0.01 0.2 300.6 0.95 0.41
Hex CC 5 CA 0 62 1 14 12D 5F 29
Octal 314 5 312 0 142 1 24 455 137 51
Binary 11001100 101 11001010 0 1100010 1 10100 100101101 1011111 101001

Color Harmonies of #CC05CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC05CA

Black with #CC05CA

Text Example


Text Example

White with #CC05CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC05CA; }

 p { color: rgb(204,5,202); }

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

background-color css

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

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

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

border-color css

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

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

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