Html Css Color HEX #C10BAB Deep Magenta

📋 copy color: '#C10BAB'

red 193 ◦ green 11 ◦ blue 171

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

Shades of Deep Magenta #C10BAB

Tints of Deep Magenta #C10BAB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.93%

 BLUE value IS 171 (67.19% from 255) = 45.6%

R = 51.47%
G = 2.93%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C10BAB (or 0xC10BAB) is known color: Deep Magenta. HEX triplet: C1, 0B and AB. RGB value is (193,11,171). Sum of RGB (Red+Green+Blue) = 193+11+171=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C10BAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10BAB is #3EF454. Grayscale: #535353. Windows color (decimal): -4125781 or 11209665. OLE color: 11209665.

HSL color Cylindrical-coordinate representation of color #C10BAB: hue angle of 307.25º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10BAB is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 11 171 -
CMYK 0 0.94 0.11 0.24
HSL 307.25º 0.89% 0.4% -
HSV(B) 307.25º 0.94% 0.76% -
XYZ 29.46 14.52 39.78 -
YUV 83.66 177.3 205.99 -
System Red Green Blue C M Y K H S L
Decimal 193 11 171 0 0.94 0.11 0.24 307.25 0.89 0.4
Hex C1 B AB 0 5E B 18 133 59 28
Octal 301 13 253 0 136 13 30 463 131 50
Binary 11000001 1011 10101011 0 1011110 1011 11000 100110011 1011001 101000

Color Harmonies of #C10BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10BAB

Black with #C10BAB

Text Example


Text Example

White with #C10BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10BAB; }

 p { color: rgb(193,11,171); }

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

background-color css

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

 a { background-color: rgb(193,11,171); }

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

border-color css

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

 span { border-color: rgb(193,11,171); }

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