Html Css Color HEX #C00ACA Deep Magenta

📋 copy color: '#C00ACA'

red 192 ◦ green 10 ◦ blue 202

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

Shades of Deep Magenta #C00ACA

Tints of Deep Magenta #C00ACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50%

R = 47.52%
G = 2.48%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C00ACA (or 0xC00ACA) is known color: Deep Magenta. HEX triplet: C0, 0A and CA. RGB value is (192,10,202). Sum of RGB (Red+Green+Blue) = 192+10+202=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 10 (4.30% from 255 or 2.48% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #C00ACA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00ACA is #3FF535. Grayscale: #555555. Windows color (decimal): -4191542 or 13241024. OLE color: 13241024.

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

Color convert

RGB 192 10 202 -
CMYK 0.05 0.95 0 0.21
HSL 296.88º 0.91% 0.42% -
HSV(B) 296.88º 0.95% 0.79% -
XYZ 32.51 15.69 57.19 -
YUV 86.31 193.3 203.39 -
System Red Green Blue C M Y K H S L
Decimal 192 10 202 0.05 0.95 0 0.21 296.88 0.91 0.42
Hex C0 A CA 5 5F 0 15 129 5B 2A
Octal 300 12 312 5 137 0 25 451 133 52
Binary 11000000 1010 11001010 101 1011111 0 10101 100101001 1011011 101010

Color Harmonies of #C00ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00ACA

Black with #C00ACA

Text Example


Text Example

White with #C00ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00ACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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