Html Css Color HEX #C106B3 Deep Magenta

📋 copy color: '#C106B3'

red 193 ◦ green 6 ◦ blue 179

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

Shades of Deep Magenta #C106B3

Tints of Deep Magenta #C106B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.35%

R = 51.06%
G = 1.59%
B = 47.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C106B3 (or 0xC106B3) is known color: Deep Magenta. HEX triplet: C1, 06 and B3. RGB value is (193,6,179). Sum of RGB (Red+Green+Blue) = 193+6+179=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 179 (70.31% from 255 or 47.35% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C106B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C106B3 is #3EF94C. Grayscale: #515151. Windows color (decimal): -4127053 or 11732673. OLE color: 11732673.

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

Color convert

RGB 193 6 179 -
CMYK 0 0.97 0.07 0.24
HSL 304.49º 0.94% 0.39% -
HSV(B) 304.49º 0.97% 0.76% -
XYZ 30.19 14.72 43.9 -
YUV 81.64 182.95 207.43 -
System Red Green Blue C M Y K H S L
Decimal 193 6 179 0 0.97 0.07 0.24 304.49 0.94 0.39
Hex C1 6 B3 0 61 7 18 130 5E 27
Octal 301 6 263 0 141 7 30 460 136 47
Binary 11000001 110 10110011 0 1100001 111 11000 100110000 1011110 100111

Color Harmonies of #C106B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C106B3

Black with #C106B3

Text Example


Text Example

White with #C106B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C106B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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