Html Css Color HEX #C105AB Deep Magenta

📋 copy color: '#C105AB'

red 193 ◦ green 5 ◦ blue 171

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

Shades of Deep Magenta #C105AB

Tints of Deep Magenta #C105AB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.36%

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

R = 52.3%
G = 1.36%
B = 46.34%

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

#C105AB (or 0xC105AB) is known color: Deep Magenta. HEX triplet: C1, 05 and AB. RGB value is (193,5,171). Sum of RGB (Red+Green+Blue) = 193+5+171=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 5 (2.34% from 255 or 1.36% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C105AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C105AB is #3EFA54. Grayscale: #4F4F4F. Windows color (decimal): -4127317 or 11208129. OLE color: 11208129.

HSL color Cylindrical-coordinate representation of color #C105AB: hue angle of 307.02º degrees, saturation: 0.95, 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 #C105AB is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 5 171 -
CMYK 0 0.97 0.11 0.24
HSL 307.02º 0.95% 0.39% -
HSV(B) 307.02º 0.97% 0.76% -
XYZ 29.4 14.39 39.76 -
YUV 80.14 179.28 208.5 -
System Red Green Blue C M Y K H S L
Decimal 193 5 171 0 0.97 0.11 0.24 307.02 0.95 0.39
Hex C1 5 AB 0 61 B 18 133 5F 27
Octal 301 5 253 0 141 13 30 463 137 47
Binary 11000001 101 10101011 0 1100001 1011 11000 100110011 1011111 100111

Color Harmonies of #C105AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C105AB

Black with #C105AB

Text Example


Text Example

White with #C105AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C105AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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