Html Css Color HEX #C000DE Deep Magenta

📋 copy color: '#C000DE'

red 192 ◦ green 0 ◦ blue 222

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

Shades of Deep Magenta #C000DE

Tints of Deep Magenta #C000DE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 222 (87.11% from 255) = 53.62%

R = 46.38%
G = 0%
B = 53.62%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C000DE (or 0xC000DE) is known color: Deep Magenta. HEX triplet: C0, 00 and DE. RGB value is (192,0,222). Sum of RGB (Red+Green+Blue) = 192+0+222=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 0 (0.39% from 255 or 0% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #C000DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C000DE is #3FFF21. Grayscale: #525252. Windows color (decimal): -4194082 or 14549184. OLE color: 14549184.

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

Color convert

RGB 192 0 222 -
CMYK 0.14 1 0 0.13
HSL 291.89º 1% 0.44% -
HSV(B) 291.89º 1% 0.87% -
XYZ 34.92 16.48 70.45 -
YUV 82.72 206.61 205.95 -
System Red Green Blue C M Y K H S L
Decimal 192 0 222 0.14 1 0 0.13 291.89 1 0.44
Hex C0 0 DE E 64 0 D 124 64 2C
Octal 300 0 336 16 144 0 15 444 144 54
Binary 11000000 0 11011110 1110 1100100 0 1101 100100100 1100100 101100

Color Harmonies of #C000DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C000DE

Black with #C000DE

Text Example


Text Example

White with #C000DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C000DE; }

 p { color: rgb(192,0,222); }

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

background-color css

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

 a { background-color: rgb(192,0,222); }

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

border-color css

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

 span { border-color: rgb(192,0,222); }

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