Html Css Color HEX #C10ACE Deep Magenta

📋 copy color: '#C10ACE'

red 193 ◦ green 10 ◦ blue 206

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

Shades of Deep Magenta #C10ACE

Tints of Deep Magenta #C10ACE

RGB

 RED value IS 193 (75.78% from 255) = 47.19%

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

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

R = 47.19%
G = 2.44%
B = 50.37%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C10ACE (or 0xC10ACE) is known color: Deep Magenta. HEX triplet: C1, 0A and CE. RGB value is (193,10,206). Sum of RGB (Red+Green+Blue) = 193+10+206=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 10 (4.30% from 255 or 2.44% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #C10ACE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10ACE is #3EF531. Grayscale: #565656. Windows color (decimal): -4126002 or 13503169. OLE color: 13503169.

HSL color Cylindrical-coordinate representation of color #C10ACE: hue angle of 296.02º 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 #C10ACE is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 10 206 -
CMYK 0.06 0.95 0 0.19
HSL 296.02º 0.91% 0.42% -
HSV(B) 296.02º 0.95% 0.81% -
XYZ 33.24 16.01 59.73 -
YUV 87.06 195.13 203.56 -
System Red Green Blue C M Y K H S L
Decimal 193 10 206 0.06 0.95 0 0.19 296.02 0.91 0.42
Hex C1 A CE 6 5F 0 13 128 5B 2A
Octal 301 12 316 6 137 0 23 450 133 52
Binary 11000001 1010 11001110 110 1011111 0 10011 100101000 1011011 101010

Color Harmonies of #C10ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10ACE

Black with #C10ACE

Text Example


Text Example

White with #C10ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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