Html Css Color HEX #C00DE2 Deep Magenta

📋 copy color: '#C00DE2'

red 192 ◦ green 13 ◦ blue 226

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

Shades of Deep Magenta #C00DE2

Tints of Deep Magenta #C00DE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 52.44%

R = 44.55%
G = 3.02%
B = 52.44%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C00DE2 (or 0xC00DE2) is known color: Deep Magenta. HEX triplet: C0, 0D and E2. RGB value is (192,13,226). Sum of RGB (Red+Green+Blue) = 192+13+226=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 13 (5.47% from 255 or 3.02% from 431); Blue value is 226 (88.67% from 255 or 52.44% from 431); Max value from RGB is 226 - color contains mainly: blue. Hex color #C00DE2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00DE2 is #3FF21D. Grayscale: #5A5A5A. Windows color (decimal): -4190750 or 14814656. OLE color: 14814656.

HSL color Cylindrical-coordinate representation of color #C00DE2: hue angle of 290.42º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00DE2 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 13 226 -
CMYK 0.15 0.94 0 0.11
HSL 290.42º 0.89% 0.47% -
HSV(B) 290.42º 0.94% 0.89% -
XYZ 35.61 16.99 73.35 -
YUV 90.8 204.3 200.18 -
System Red Green Blue C M Y K H S L
Decimal 192 13 226 0.15 0.94 0 0.11 290.42 0.89 0.47
Hex C0 D E2 F 5E 0 B 122 59 2F
Octal 300 15 342 17 136 0 13 442 131 57
Binary 11000000 1101 11100010 1111 1011110 0 1011 100100010 1011001 101111

Color Harmonies of #C00DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00DE2

Black with #C00DE2

Text Example


Text Example

White with #C00DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00DE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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