Html Css Color HEX #C00DDF Deep Magenta

📋 copy color: '#C00DDF'

red 192 ◦ green 13 ◦ blue 223

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

Shades of Deep Magenta #C00DDF

Tints of Deep Magenta #C00DDF

RGB

 RED value IS 192 (75.39% from 255) = 44.86%

 GREEN value IS 13 (5.47% from 255) = 3.04%

 BLUE value IS 223 (87.5% from 255) = 52.1%

R = 44.86%
G = 3.04%
B = 52.1%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C00DDF (or 0xC00DDF) is known color: Deep Magenta. HEX triplet: C0, 0D and DF. RGB value is (192,13,223). Sum of RGB (Red+Green+Blue) = 192+13+223=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 13 (5.47% from 255 or 3.04% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #C00DDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00DDF is #3FF220. Grayscale: #595959. Windows color (decimal): -4190753 or 14618048. OLE color: 14618048.

HSL color Cylindrical-coordinate representation of color #C00DDF: hue angle of 291.14º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00DDF is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 13 223 -
CMYK 0.14 0.94 0 0.13
HSL 291.14º 0.89% 0.46% -
HSV(B) 291.14º 0.94% 0.87% -
XYZ 35.2 16.82 71.2 -
YUV 90.46 202.8 200.42 -
System Red Green Blue C M Y K H S L
Decimal 192 13 223 0.14 0.94 0 0.13 291.14 0.89 0.46
Hex C0 D DF E 5E 0 D 123 59 2E
Octal 300 15 337 16 136 0 15 443 131 56
Binary 11000000 1101 11011111 1110 1011110 0 1101 100100011 1011001 101110

Color Harmonies of #C00DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00DDF

Black with #C00DDF

Text Example


Text Example

White with #C00DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00DDF; }

 p { color: rgb(192,13,223); }

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

background-color css

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

 a { background-color: rgb(192,13,223); }

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

border-color css

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

 span { border-color: rgb(192,13,223); }

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