Html Css Color HEX #C106AB Deep Magenta

📋 copy color: '#C106AB'

red 193 ◦ green 6 ◦ blue 171

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

Shades of Deep Magenta #C106AB

Tints of Deep Magenta #C106AB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.62%

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

R = 52.16%
G = 1.62%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C106AB (or 0xC106AB) is known color: Deep Magenta. HEX triplet: C1, 06 and AB. RGB value is (193,6,171). Sum of RGB (Red+Green+Blue) = 193+6+171=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 6 (2.73% from 255 or 1.62% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C106AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C106AB is #3EF954. Grayscale: #505050. Windows color (decimal): -4127061 or 11208385. OLE color: 11208385.

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

Color convert

RGB 193 6 171 -
CMYK 0 0.97 0.11 0.24
HSL 307.06º 0.94% 0.39% -
HSV(B) 307.06º 0.97% 0.76% -
XYZ 29.41 14.41 39.76 -
YUV 80.72 178.95 208.08 -
System Red Green Blue C M Y K H S L
Decimal 193 6 171 0 0.97 0.11 0.24 307.06 0.94 0.39
Hex C1 6 AB 0 61 B 18 133 5E 27
Octal 301 6 253 0 141 13 30 463 136 47
Binary 11000001 110 10101011 0 1100001 1011 11000 100110011 1011110 100111

Color Harmonies of #C106AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C106AB

Black with #C106AB

Text Example


Text Example

White with #C106AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C106AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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