Html Css Color HEX #CC03DC Deep Magenta

📋 copy color: '#CC03DC'

red 204 ◦ green 3 ◦ blue 220

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

Shades of Deep Magenta #CC03DC

Tints of Deep Magenta #CC03DC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.7%

 BLUE value IS 220 (86.33% from 255) = 51.52%

R = 47.78%
G = 0.7%
B = 51.52%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC03DC (or 0xCC03DC) is known color: Deep Magenta. HEX triplet: CC, 03 and DC. RGB value is (204,3,220). Sum of RGB (Red+Green+Blue) = 204+3+220=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 3 (1.56% from 255 or 0.70% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC03DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC03DC is #33FC23. Grayscale: #575757. Windows color (decimal): -3406884 or 14418892. OLE color: 14418892.

HSL color Cylindrical-coordinate representation of color #CC03DC: hue angle of 295.58º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC03DC is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 3 220 -
CMYK 0.07 0.99 0 0.14
HSL 295.58º 0.97% 0.44% -
HSV(B) 295.58º 0.99% 0.86% -
XYZ 37.85 18.07 69.2 -
YUV 87.84 202.59 210.86 -
System Red Green Blue C M Y K H S L
Decimal 204 3 220 0.07 0.99 0 0.14 295.58 0.97 0.44
Hex CC 3 DC 7 63 0 E 128 61 2C
Octal 314 3 334 7 143 0 16 450 141 54
Binary 11001100 11 11011100 111 1100011 0 1110 100101000 1100001 101100

Color Harmonies of #CC03DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC03DC

Black with #CC03DC

Text Example


Text Example

White with #CC03DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC03DC; }

 p { color: rgb(204,3,220); }

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

background-color css

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

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

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

border-color css

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

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

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