Html Css Color HEX #C107AB Deep Magenta

📋 copy color: '#C107AB'

red 193 ◦ green 7 ◦ blue 171

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

Shades of Deep Magenta #C107AB

Tints of Deep Magenta #C107AB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.89%

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

R = 52.02%
G = 1.89%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C107AB (or 0xC107AB) is known color: Deep Magenta. HEX triplet: C1, 07 and AB. RGB value is (193,7,171). Sum of RGB (Red+Green+Blue) = 193+7+171=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 7 (3.12% from 255 or 1.89% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C107AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C107AB is #3EF854. Grayscale: #505050. Windows color (decimal): -4126805 or 11208641. OLE color: 11208641.

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

Color convert

RGB 193 7 171 -
CMYK 0 0.96 0.11 0.24
HSL 307.1º 0.93% 0.39% -
HSV(B) 307.1º 0.96% 0.76% -
XYZ 29.42 14.43 39.76 -
YUV 81.31 178.62 207.66 -
System Red Green Blue C M Y K H S L
Decimal 193 7 171 0 0.96 0.11 0.24 307.1 0.93 0.39
Hex C1 7 AB 0 60 B 18 133 5D 27
Octal 301 7 253 0 140 13 30 463 135 47
Binary 11000001 111 10101011 0 1100000 1011 11000 100110011 1011101 100111

Color Harmonies of #C107AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C107AB

Black with #C107AB

Text Example


Text Example

White with #C107AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C107AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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