Html Css Color HEX #C106D9 Deep Magenta

📋 copy color: '#C106D9'

red 193 ◦ green 6 ◦ blue 217

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

Shades of Deep Magenta #C106D9

Tints of Deep Magenta #C106D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 52.16%

R = 46.39%
G = 1.44%
B = 52.16%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C106D9 (or 0xC106D9) is known color: Deep Magenta. HEX triplet: C1, 06 and D9. RGB value is (193,6,217). Sum of RGB (Red+Green+Blue) = 193+6+217=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 6 (2.73% from 255 or 1.44% from 416); Blue value is 217 (85.16% from 255 or 52.16% from 416); Max value from RGB is 217 - color contains mainly: blue. Hex color #C106D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C106D9 is #3EF926. Grayscale: #555555. Windows color (decimal): -4127015 or 14223041. OLE color: 14223041.

HSL color Cylindrical-coordinate representation of color #C106D9: hue angle of 293.18º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C106D9 is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 6 217 -
CMYK 0.11 0.97 0 0.15
HSL 293.18º 0.95% 0.44% -
HSV(B) 293.18º 0.97% 0.85% -
XYZ 34.58 16.48 67 -
YUV 85.97 201.95 204.34 -
System Red Green Blue C M Y K H S L
Decimal 193 6 217 0.11 0.97 0 0.15 293.18 0.95 0.44
Hex C1 6 D9 B 61 0 F 125 5F 2C
Octal 301 6 331 13 141 0 17 445 137 54
Binary 11000001 110 11011001 1011 1100001 0 1111 100100101 1011111 101100

Color Harmonies of #C106D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C106D9

Black with #C106D9

Text Example


Text Example

White with #C106D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C106D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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