Html Css Color HEX #C00ADE Deep Magenta

📋 copy color: '#C00ADE'

red 192 ◦ green 10 ◦ blue 222

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

Shades of Deep Magenta #C00ADE

Tints of Deep Magenta #C00ADE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.36%

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

R = 45.28%
G = 2.36%
B = 52.36%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C00ADE (or 0xC00ADE) is known color: Deep Magenta. HEX triplet: C0, 0A and DE. RGB value is (192,10,222). Sum of RGB (Red+Green+Blue) = 192+10+222=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 10 (4.30% from 255 or 2.36% from 424); Blue value is 222 (87.11% from 255 or 52.36% from 424); Max value from RGB is 222 - color contains mainly: blue. Hex color #C00ADE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00ADE is #3FF521. Grayscale: #575757. Windows color (decimal): -4191522 or 14551744. OLE color: 14551744.

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

Color convert

RGB 192 10 222 -
CMYK 0.14 0.95 0 0.13
HSL 291.51º 0.91% 0.45% -
HSV(B) 291.51º 0.95% 0.87% -
XYZ 35.03 16.7 70.48 -
YUV 88.59 203.3 201.76 -
System Red Green Blue C M Y K H S L
Decimal 192 10 222 0.14 0.95 0 0.13 291.51 0.91 0.45
Hex C0 A DE E 5F 0 D 124 5B 2D
Octal 300 12 336 16 137 0 15 444 133 55
Binary 11000000 1010 11011110 1110 1011111 0 1101 100100100 1011011 101101

Color Harmonies of #C00ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00ADE

Black with #C00ADE

Text Example


Text Example

White with #C00ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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