Html Css Color HEX #C106A7 Deep Magenta

📋 copy color: '#C106A7'

red 193 ◦ green 6 ◦ blue 167

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

Shades of Deep Magenta #C106A7

Tints of Deep Magenta #C106A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 45.63%

R = 52.73%
G = 1.64%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C106A7 (or 0xC106A7) is known color: Deep Magenta. HEX triplet: C1, 06 and A7. RGB value is (193,6,167). Sum of RGB (Red+Green+Blue) = 193+6+167=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 6 (2.73% from 255 or 1.64% from 366); Blue value is 167 (65.62% from 255 or 45.63% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C106A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C106A7 is #3EF958. Grayscale: #4F4F4F. Windows color (decimal): -4127065 or 10946241. OLE color: 10946241.

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

Color convert

RGB 193 6 167 -
CMYK 0 0.97 0.13 0.24
HSL 308.34º 0.94% 0.39% -
HSV(B) 308.34º 0.97% 0.76% -
XYZ 29.03 14.26 37.78 -
YUV 80.27 176.95 208.41 -
System Red Green Blue C M Y K H S L
Decimal 193 6 167 0 0.97 0.13 0.24 308.34 0.94 0.39
Hex C1 6 A7 0 61 D 18 134 5E 27
Octal 301 6 247 0 141 15 30 464 136 47
Binary 11000001 110 10100111 0 1100001 1101 11000 100110100 1011110 100111

Color Harmonies of #C106A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C106A7

Black with #C106A7

Text Example


Text Example

White with #C106A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C106A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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