Html Css Color HEX #C100D3 Deep Magenta

📋 copy color: '#C100D3'

red 193 ◦ green 0 ◦ blue 211

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

Shades of Deep Magenta #C100D3

Tints of Deep Magenta #C100D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 52.23%

R = 47.77%
G = 0%
B = 52.23%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C100D3 (or 0xC100D3) is known color: Deep Magenta. HEX triplet: C1, 00 and D3. RGB value is (193,0,211). Sum of RGB (Red+Green+Blue) = 193+0+211=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 0 (0.39% from 255 or 0% from 404); Blue value is 211 (82.81% from 255 or 52.23% from 404); Max value from RGB is 211 - color contains mainly: blue. Hex color #C100D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C100D3 is #3EFF2C. Grayscale: #515151. Windows color (decimal): -4128557 or 13828289. OLE color: 13828289.

HSL color Cylindrical-coordinate representation of color #C100D3: hue angle of 294.88º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C100D3 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 193 0 211 -
CMYK 0.09 1 0 0.17
HSL 294.88º 1% 0.41% -
HSV(B) 294.88º 1% 0.83% -
XYZ 33.75 16.04 62.95 -
YUV 81.76 200.94 207.34 -
System Red Green Blue C M Y K H S L
Decimal 193 0 211 0.09 1 0 0.17 294.88 1 0.41
Hex C1 0 D3 9 64 0 11 127 64 29
Octal 301 0 323 11 144 0 21 447 144 51
Binary 11000001 0 11010011 1001 1100100 0 10001 100100111 1100100 101001

Color Harmonies of #C100D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C100D3

Black with #C100D3

Text Example


Text Example

White with #C100D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C100D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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