Html Css Color HEX #C00AE0 Deep Magenta

📋 copy color: '#C00AE0'

red 192 ◦ green 10 ◦ blue 224

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

Shades of Deep Magenta #C00AE0

Tints of Deep Magenta #C00AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 52.58%

R = 45.07%
G = 2.35%
B = 52.58%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C00AE0 (or 0xC00AE0) is known color: Deep Magenta. HEX triplet: C0, 0A and E0. RGB value is (192,10,224). Sum of RGB (Red+Green+Blue) = 192+10+224=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 10 (4.30% from 255 or 2.35% from 426); Blue value is 224 (87.89% from 255 or 52.58% from 426); Max value from RGB is 224 - color contains mainly: blue. Hex color #C00AE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00AE0 is #3FF51F. Grayscale: #585858. Windows color (decimal): -4191520 or 14682816. OLE color: 14682816.

HSL color Cylindrical-coordinate representation of color #C00AE0: hue angle of 291.03º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00AE0 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 10 224 -
CMYK 0.14 0.96 0 0.12
HSL 291.03º 0.91% 0.46% -
HSV(B) 291.03º 0.96% 0.88% -
XYZ 35.3 16.81 71.9 -
YUV 88.81 204.3 201.6 -
System Red Green Blue C M Y K H S L
Decimal 192 10 224 0.14 0.96 0 0.12 291.03 0.91 0.46
Hex C0 A E0 E 60 0 C 123 5B 2E
Octal 300 12 340 16 140 0 14 443 133 56
Binary 11000000 1010 11100000 1110 1100000 0 1100 100100011 1011011 101110

Color Harmonies of #C00AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00AE0

Black with #C00AE0

Text Example


Text Example

White with #C00AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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