Html Css Color HEX #C106AF Deep Magenta

📋 copy color: '#C106AF'

red 193 ◦ green 6 ◦ blue 175

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

Shades of Deep Magenta #C106AF

Tints of Deep Magenta #C106AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.79%

R = 51.6%
G = 1.6%
B = 46.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C106AF (or 0xC106AF) is known color: Deep Magenta. HEX triplet: C1, 06 and AF. RGB value is (193,6,175). Sum of RGB (Red+Green+Blue) = 193+6+175=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C106AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C106AF is #3EF950. Grayscale: #505050. Windows color (decimal): -4127057 or 11470529. OLE color: 11470529.

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

Color convert

RGB 193 6 175 -
CMYK 0 0.97 0.09 0.24
HSL 305.78º 0.94% 0.39% -
HSV(B) 305.78º 0.97% 0.76% -
XYZ 29.8 14.56 41.8 -
YUV 81.18 180.95 207.76 -
System Red Green Blue C M Y K H S L
Decimal 193 6 175 0 0.97 0.09 0.24 305.78 0.94 0.39
Hex C1 6 AF 0 61 9 18 132 5E 27
Octal 301 6 257 0 141 11 30 462 136 47
Binary 11000001 110 10101111 0 1100001 1001 11000 100110010 1011110 100111

Color Harmonies of #C106AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C106AF

Black with #C106AF

Text Example


Text Example

White with #C106AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C106AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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