Html Css Color HEX #C100DF Deep Magenta

📋 copy color: '#C100DF'

red 193 ◦ green 0 ◦ blue 223

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

Shades of Deep Magenta #C100DF

Tints of Deep Magenta #C100DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.61%

R = 46.39%
G = 0%
B = 53.61%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C100DF (or 0xC100DF) is known color: Deep Magenta. HEX triplet: C1, 00 and DF. RGB value is (193,0,223). Sum of RGB (Red+Green+Blue) = 193+0+223=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 0 (0.39% from 255 or 0% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #C100DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C100DF is #3EFF20. Grayscale: #525252. Windows color (decimal): -4128545 or 14614721. OLE color: 14614721.

HSL color Cylindrical-coordinate representation of color #C100DF: hue angle of 291.93º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C100DF is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 0 223 -
CMYK 0.13 1 0 0.13
HSL 291.93º 1% 0.44% -
HSV(B) 291.93º 1% 0.87% -
XYZ 35.31 16.67 71.17 -
YUV 83.13 206.94 206.37 -
System Red Green Blue C M Y K H S L
Decimal 193 0 223 0.13 1 0 0.13 291.93 1 0.44
Hex C1 0 DF D 64 0 D 124 64 2C
Octal 301 0 337 15 144 0 15 444 144 54
Binary 11000001 0 11011111 1101 1100100 0 1101 100100100 1100100 101100

Color Harmonies of #C100DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C100DF

Black with #C100DF

Text Example


Text Example

White with #C100DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C100DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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