Html Css Color HEX #CC03D4 Deep Magenta

📋 copy color: '#CC03D4'

red 204 ◦ green 3 ◦ blue 212

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

Shades of Deep Magenta #CC03D4

Tints of Deep Magenta #CC03D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 50.6%

R = 48.69%
G = 0.72%
B = 50.6%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CC03D4 (or 0xCC03D4) is known color: Deep Magenta. HEX triplet: CC, 03 and D4. RGB value is (204,3,212). Sum of RGB (Red+Green+Blue) = 204+3+212=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 3 (1.56% from 255 or 0.72% from 419); Blue value is 212 (83.20% from 255 or 50.60% from 419); Max value from RGB is 212 - color contains mainly: blue. Hex color #CC03D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC03D4 is #33FC2B. Grayscale: #565656. Windows color (decimal): -3406892 or 13894604. OLE color: 13894604.

HSL color Cylindrical-coordinate representation of color #CC03D4: hue angle of 297.7º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC03D4 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 3 212 -
CMYK 0.04 0.99 0 0.17
HSL 297.7º 0.97% 0.42% -
HSV(B) 297.7º 0.99% 0.83% -
XYZ 36.82 17.66 63.75 -
YUV 86.93 198.59 211.51 -
System Red Green Blue C M Y K H S L
Decimal 204 3 212 0.04 0.99 0 0.17 297.7 0.97 0.42
Hex CC 3 D4 4 63 0 11 12A 61 2A
Octal 314 3 324 4 143 0 21 452 141 52
Binary 11001100 11 11010100 100 1100011 0 10001 100101010 1100001 101010

Color Harmonies of #CC03D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC03D4

Black with #CC03D4

Text Example


Text Example

White with #CC03D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC03D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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