Html Css Color HEX #D00CC3 Deep Magenta

📋 copy color: '#D00CC3'

red 208 ◦ green 12 ◦ blue 195

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

Shades of Deep Magenta #D00CC3

Tints of Deep Magenta #D00CC3

RGB

 RED value IS 208 (81.64% from 255) = 50.12%

 GREEN value IS 12 (5.08% from 255) = 2.89%

 BLUE value IS 195 (76.56% from 255) = 46.99%

R = 50.12%
G = 2.89%
B = 46.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D00CC3 (or 0xD00CC3) is known color: Deep Magenta. HEX triplet: D0, 0C and C3. RGB value is (208,12,195). Sum of RGB (Red+Green+Blue) = 208+12+195=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 195 (76.56% from 255 or 46.99% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D00CC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00CC3 is #2FF33C. Grayscale: #5A5A5A. Windows color (decimal): -3142461 or 12782800. OLE color: 12782800.

HSL color Cylindrical-coordinate representation of color #D00CC3: hue angle of 303.98º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00CC3 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 12 195 -
CMYK 0 0.94 0.06 0.18
HSL 303.98º 0.89% 0.43% -
HSV(B) 303.98º 0.94% 0.82% -
XYZ 35.99 17.61 53.13 -
YUV 91.47 186.43 211.12 -
System Red Green Blue C M Y K H S L
Decimal 208 12 195 0 0.94 0.06 0.18 303.98 0.89 0.43
Hex D0 C C3 0 5E 6 12 130 59 2B
Octal 320 14 303 0 136 6 22 460 131 53
Binary 11010000 1100 11000011 0 1011110 110 10010 100110000 1011001 101011

Color Harmonies of #D00CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00CC3

Black with #D00CC3

Text Example


Text Example

White with #D00CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00CC3; }

 p { color: rgb(208,12,195); }

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

background-color css

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

 a { background-color: rgb(208,12,195); }

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

border-color css

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

 span { border-color: rgb(208,12,195); }

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