Html Css Color HEX #C00ACE Deep Magenta

📋 copy color: '#C00ACE'

red 192 ◦ green 10 ◦ blue 206

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

Shades of Deep Magenta #C00ACE

Tints of Deep Magenta #C00ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.49%

R = 47.06%
G = 2.45%
B = 50.49%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C00ACE (or 0xC00ACE) is known color: Deep Magenta. HEX triplet: C0, 0A and CE. RGB value is (192,10,206). Sum of RGB (Red+Green+Blue) = 192+10+206=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 10 (4.30% from 255 or 2.45% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #C00ACE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00ACE is #3FF531. Grayscale: #565656. Windows color (decimal): -4191538 or 13503168. OLE color: 13503168.

HSL color Cylindrical-coordinate representation of color #C00ACE: hue angle of 295.71º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00ACE is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 10 206 -
CMYK 0.07 0.95 0 0.19
HSL 295.71º 0.91% 0.42% -
HSV(B) 295.71º 0.95% 0.81% -
XYZ 32.99 15.88 59.72 -
YUV 86.76 195.3 203.06 -
System Red Green Blue C M Y K H S L
Decimal 192 10 206 0.07 0.95 0 0.19 295.71 0.91 0.42
Hex C0 A CE 7 5F 0 13 128 5B 2A
Octal 300 12 316 7 137 0 23 450 133 52
Binary 11000000 1010 11001110 111 1011111 0 10011 100101000 1011011 101010

Color Harmonies of #C00ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00ACE

Black with #C00ACE

Text Example


Text Example

White with #C00ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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