Html Css Color HEX #C100DC Deep Magenta

📋 copy color: '#C100DC'

red 193 ◦ green 0 ◦ blue 220

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

Shades of Deep Magenta #C100DC

Tints of Deep Magenta #C100DC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 220 (86.33% from 255) = 53.27%

R = 46.73%
G = 0%
B = 53.27%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C100DC (or 0xC100DC) is known color: Deep Magenta. HEX triplet: C1, 00 and DC. RGB value is (193,0,220). Sum of RGB (Red+Green+Blue) = 193+0+220=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 0 (0.39% from 255 or 0% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #C100DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C100DC is #3EFF23. Grayscale: #525252. Windows color (decimal): -4128548 or 14418113. OLE color: 14418113.

HSL color Cylindrical-coordinate representation of color #C100DC: hue angle of 292.64º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C100DC is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 0 220 -
CMYK 0.12 1 0 0.14
HSL 292.64º 1% 0.43% -
HSV(B) 292.64º 1% 0.86% -
XYZ 34.91 16.5 69.06 -
YUV 82.79 205.44 206.61 -
System Red Green Blue C M Y K H S L
Decimal 193 0 220 0.12 1 0 0.14 292.64 1 0.43
Hex C1 0 DC C 64 0 E 125 64 2B
Octal 301 0 334 14 144 0 16 445 144 53
Binary 11000001 0 11011100 1100 1100100 0 1110 100100101 1100100 101011

Color Harmonies of #C100DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C100DC

Black with #C100DC

Text Example


Text Example

White with #C100DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C100DC; }

 p { color: rgb(193,0,220); }

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

background-color css

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

 a { background-color: rgb(193,0,220); }

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

border-color css

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

 span { border-color: rgb(193,0,220); }

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