Html Css Color HEX #C100E2 Deep Magenta

📋 copy color: '#C100E2'

red 193 ◦ green 0 ◦ blue 226

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

Shades of Deep Magenta #C100E2

Tints of Deep Magenta #C100E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 53.94%

R = 46.06%
G = 0%
B = 53.94%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C100E2 (or 0xC100E2) is known color: Deep Magenta. HEX triplet: C1, 00 and E2. RGB value is (193,0,226). Sum of RGB (Red+Green+Blue) = 193+0+226=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 226 (88.67% from 255 or 53.94% from 419); Max value from RGB is 226 - color contains mainly: blue. Hex color #C100E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C100E2 is #3EFF1D. Grayscale: #525252. Windows color (decimal): -4128542 or 14811329. OLE color: 14811329.

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

Color convert

RGB 193 0 226 -
CMYK 0.15 1 0 0.11
HSL 291.24º 1% 0.44% -
HSV(B) 291.24º 1% 0.89% -
XYZ 35.72 16.83 73.32 -
YUV 83.47 208.44 206.12 -
System Red Green Blue C M Y K H S L
Decimal 193 0 226 0.15 1 0 0.11 291.24 1 0.44
Hex C1 0 E2 F 64 0 B 123 64 2C
Octal 301 0 342 17 144 0 13 443 144 54
Binary 11000001 0 11100010 1111 1100100 0 1011 100100011 1100100 101100

Color Harmonies of #C100E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C100E2

Black with #C100E2

Text Example


Text Example

White with #C100E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C100E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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