Html Css Color HEX #C106C1 Deep Magenta

📋 copy color: '#C106C1'

red 193 ◦ green 6 ◦ blue 193

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

Shades of Deep Magenta #C106C1

Tints of Deep Magenta #C106C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 49.23%

R = 49.23%
G = 1.53%
B = 49.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C106C1 (or 0xC106C1) is known color: Deep Magenta. HEX triplet: C1, 06 and C1. RGB value is (193,6,193). Sum of RGB (Red+Green+Blue) = 193+6+193=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 6 (2.73% from 255 or 1.53% from 392); Blue value is 193 (75.78% from 255 or 49.23% from 392); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C106C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C106C1 is #3EF93E. Grayscale: #525252. Windows color (decimal): -4127039 or 12650177. OLE color: 12650177.

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

Color convert

RGB 193 6 193 -
CMYK 0 0.97 0 0.24
HSL 300º 0.94% 0.39% -
HSV(B) 300º 0.97% 0.76% -
XYZ 31.68 15.32 51.74 -
YUV 83.23 189.95 206.29 -
System Red Green Blue C M Y K H S L
Decimal 193 6 193 0 0.97 0 0.24 300 0.94 0.39
Hex C1 6 C1 0 61 0 18 12C 5E 27
Octal 301 6 301 0 141 0 30 454 136 47
Binary 11000001 110 11000001 0 1100001 0 11000 100101100 1011110 100111

Color Harmonies of #C106C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C106C1

Black with #C106C1

Text Example


Text Example

White with #C106C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C106C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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