Html Css Color HEX #C106D8 Deep Magenta

📋 copy color: '#C106D8'

red 193 ◦ green 6 ◦ blue 216

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

Shades of Deep Magenta #C106D8

Tints of Deep Magenta #C106D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 52.05%

R = 46.51%
G = 1.45%
B = 52.05%

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

#C106D8 (or 0xC106D8) is known color: Deep Magenta. HEX triplet: C1, 06 and D8. RGB value is (193,6,216). Sum of RGB (Red+Green+Blue) = 193+6+216=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 6 (2.73% from 255 or 1.45% from 415); Blue value is 216 (84.77% from 255 or 52.05% from 415); Max value from RGB is 216 - color contains mainly: blue. Hex color #C106D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C106D8 is #3EF927. Grayscale: #555555. Windows color (decimal): -4127016 or 14157505. OLE color: 14157505.

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

Color convert

RGB 193 6 216 -
CMYK 0.11 0.97 0 0.15
HSL 293.43º 0.95% 0.44% -
HSV(B) 293.43º 0.97% 0.85% -
XYZ 34.45 16.43 66.32 -
YUV 85.85 201.45 204.42 -
System Red Green Blue C M Y K H S L
Decimal 193 6 216 0.11 0.97 0 0.15 293.43 0.95 0.44
Hex C1 6 D8 B 61 0 F 125 5F 2C
Octal 301 6 330 13 141 0 17 445 137 54
Binary 11000001 110 11011000 1011 1100001 0 1111 100100101 1011111 101100

Color Harmonies of #C106D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C106D8

Black with #C106D8

Text Example


Text Example

White with #C106D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C106D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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