Html Css Color HEX #C106B7 Deep Magenta

📋 copy color: '#C106B7'

red 193 ◦ green 6 ◦ blue 183

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

Shades of Deep Magenta #C106B7

Tints of Deep Magenta #C106B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 47.91%

R = 50.52%
G = 1.57%
B = 47.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C106B7 (or 0xC106B7) is known color: Deep Magenta. HEX triplet: C1, 06 and B7. RGB value is (193,6,183). Sum of RGB (Red+Green+Blue) = 193+6+183=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 6 (2.73% from 255 or 1.57% from 382); Blue value is 183 (71.88% from 255 or 47.91% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C106B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C106B7 is #3EF948. Grayscale: #515151. Windows color (decimal): -4127049 or 11994817. OLE color: 11994817.

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

Color convert

RGB 193 6 183 -
CMYK 0 0.97 0.05 0.24
HSL 303.21º 0.94% 0.39% -
HSV(B) 303.21º 0.97% 0.76% -
XYZ 30.6 14.89 46.06 -
YUV 82.09 184.95 207.11 -
System Red Green Blue C M Y K H S L
Decimal 193 6 183 0 0.97 0.05 0.24 303.21 0.94 0.39
Hex C1 6 B7 0 61 5 18 12F 5E 27
Octal 301 6 267 0 141 5 30 457 136 47
Binary 11000001 110 10110111 0 1100001 101 11000 100101111 1011110 100111

Color Harmonies of #C106B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C106B7

Black with #C106B7

Text Example


Text Example

White with #C106B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C106B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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