Html Css Color HEX #C106BA Deep Magenta

📋 copy color: '#C106BA'

red 193 ◦ green 6 ◦ blue 186

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

Shades of Deep Magenta #C106BA

Tints of Deep Magenta #C106BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.31%

R = 50.13%
G = 1.56%
B = 48.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C106BA (or 0xC106BA) is known color: Deep Magenta. HEX triplet: C1, 06 and BA. RGB value is (193,6,186). Sum of RGB (Red+Green+Blue) = 193+6+186=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C106BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C106BA is #3EF945. Grayscale: #515151. Windows color (decimal): -4127046 or 12191425. OLE color: 12191425.

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

Color convert

RGB 193 6 186 -
CMYK 0 0.97 0.04 0.24
HSL 302.25º 0.94% 0.39% -
HSV(B) 302.25º 0.97% 0.76% -
XYZ 30.92 15.01 47.72 -
YUV 82.43 186.45 206.86 -
System Red Green Blue C M Y K H S L
Decimal 193 6 186 0 0.97 0.04 0.24 302.25 0.94 0.39
Hex C1 6 BA 0 61 4 18 12E 5E 27
Octal 301 6 272 0 141 4 30 456 136 47
Binary 11000001 110 10111010 0 1100001 100 11000 100101110 1011110 100111

Color Harmonies of #C106BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C106BA

Black with #C106BA

Text Example


Text Example

White with #C106BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C106BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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