Html Css Color HEX #C106CC Deep Magenta

📋 copy color: '#C106CC'

red 193 ◦ green 6 ◦ blue 204

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

Shades of Deep Magenta #C106CC

Tints of Deep Magenta #C106CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.62%

R = 47.89%
G = 1.49%
B = 50.62%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C106CC (or 0xC106CC) is known color: Deep Magenta. HEX triplet: C1, 06 and CC. RGB value is (193,6,204). Sum of RGB (Red+Green+Blue) = 193+6+204=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 6 (2.73% from 255 or 1.49% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #C106CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C106CC is #3EF933. Grayscale: #535353. Windows color (decimal): -4127028 or 13371073. OLE color: 13371073.

HSL color Cylindrical-coordinate representation of color #C106CC: hue angle of 296.67º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C106CC is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 6 204 -
CMYK 0.05 0.97 0 0.2
HSL 296.67º 0.94% 0.41% -
HSV(B) 296.67º 0.97% 0.8% -
XYZ 32.96 15.83 58.44 -
YUV 84.49 195.45 205.4 -
System Red Green Blue C M Y K H S L
Decimal 193 6 204 0.05 0.97 0 0.2 296.67 0.94 0.41
Hex C1 6 CC 5 61 0 14 129 5E 29
Octal 301 6 314 5 141 0 24 451 136 51
Binary 11000001 110 11001100 101 1100001 0 10100 100101001 1011110 101001

Color Harmonies of #C106CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C106CC

Black with #C106CC

Text Example


Text Example

White with #C106CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C106CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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