Html Css Color HEX #C10BAD Deep Magenta

📋 copy color: '#C10BAD'

red 193 ◦ green 11 ◦ blue 173

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

Shades of Deep Magenta #C10BAD

Tints of Deep Magenta #C10BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.89%

R = 51.19%
G = 2.92%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C10BAD (or 0xC10BAD) is known color: Deep Magenta. HEX triplet: C1, 0B and AD. RGB value is (193,11,173). Sum of RGB (Red+Green+Blue) = 193+11+173=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 11 (4.69% from 255 or 2.92% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C10BAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10BAD is #3EF452. Grayscale: #535353. Windows color (decimal): -4125779 or 11340737. OLE color: 11340737.

HSL color Cylindrical-coordinate representation of color #C10BAD: hue angle of 306.59º 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 #C10BAD is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 11 173 -
CMYK 0 0.94 0.10 0.24
HSL 306.59º 0.89% 0.4% -
HSV(B) 306.59º 0.94% 0.76% -
XYZ 29.65 14.59 40.79 -
YUV 83.89 178.3 205.83 -
System Red Green Blue C M Y K H S L
Decimal 193 11 173 0 0.94 0.10 0.24 306.59 0.89 0.4
Hex C1 B AD 0 5E A 18 133 59 28
Octal 301 13 255 0 136 12 30 463 131 50
Binary 11000001 1011 10101101 0 1011110 1010 11000 100110011 1011001 101000

Color Harmonies of #C10BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10BAD

Black with #C10BAD

Text Example


Text Example

White with #C10BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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