Html Css Color HEX #C10ACB Deep Magenta

📋 copy color: '#C10ACB'

red 193 ◦ green 10 ◦ blue 203

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

Shades of Deep Magenta #C10ACB

Tints of Deep Magenta #C10ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50%

R = 47.54%
G = 2.46%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C10ACB (or 0xC10ACB) is known color: Deep Magenta. HEX triplet: C1, 0A and CB. RGB value is (193,10,203). Sum of RGB (Red+Green+Blue) = 193+10+203=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 10 (4.30% from 255 or 2.46% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #C10ACB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10ACB is #3EF534. Grayscale: #565656. Windows color (decimal): -4126005 or 13306561. OLE color: 13306561.

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

Color convert

RGB 193 10 203 -
CMYK 0.05 0.95 0 0.20
HSL 296.89º 0.91% 0.42% -
HSV(B) 296.89º 0.95% 0.8% -
XYZ 32.88 15.87 57.83 -
YUV 86.72 193.63 203.81 -
System Red Green Blue C M Y K H S L
Decimal 193 10 203 0.05 0.95 0 0.20 296.89 0.91 0.42
Hex C1 A CB 5 5F 0 14 129 5B 2A
Octal 301 12 313 5 137 0 24 451 133 52
Binary 11000001 1010 11001011 101 1011111 0 10100 100101001 1011011 101010

Color Harmonies of #C10ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10ACB

Black with #C10ACB

Text Example


Text Example

White with #C10ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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