Html Css Color HEX #CC03D3 Deep Magenta

📋 copy color: '#CC03D3'

red 204 ◦ green 3 ◦ blue 211

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

Shades of Deep Magenta #CC03D3

Tints of Deep Magenta #CC03D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 50.48%

R = 48.8%
G = 0.72%
B = 50.48%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CC03D3 (or 0xCC03D3) is known color: Deep Magenta. HEX triplet: CC, 03 and D3. RGB value is (204,3,211). Sum of RGB (Red+Green+Blue) = 204+3+211=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 3 (1.56% from 255 or 0.72% from 418); Blue value is 211 (82.81% from 255 or 50.48% from 418); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC03D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC03D3 is #33FC2C. Grayscale: #565656. Windows color (decimal): -3406893 or 13829068. OLE color: 13829068.

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

Color convert

RGB 204 3 211 -
CMYK 0.03 0.99 0 0.17
HSL 297.98º 0.97% 0.42% -
HSV(B) 297.98º 0.99% 0.83% -
XYZ 36.69 17.61 63.09 -
YUV 86.81 198.09 211.59 -
System Red Green Blue C M Y K H S L
Decimal 204 3 211 0.03 0.99 0 0.17 297.98 0.97 0.42
Hex CC 3 D3 3 63 0 11 12A 61 2A
Octal 314 3 323 3 143 0 21 452 141 52
Binary 11001100 11 11010011 11 1100011 0 10001 100101010 1100001 101010

Color Harmonies of #CC03D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC03D3

Black with #CC03D3

Text Example


Text Example

White with #CC03D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC03D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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