Html Css Color HEX #C01EDC Deep Magenta

📋 copy color: '#C01EDC'

red 192 ◦ green 30 ◦ blue 220

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

Shades of Deep Magenta #C01EDC

Tints of Deep Magenta #C01EDC

RGB

 RED value IS 192 (75.39% from 255) = 43.44%

 GREEN value IS 30 (12.11% from 255) = 6.79%

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

R = 43.44%
G = 6.79%
B = 49.77%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C01EDC (or 0xC01EDC) is known color: Deep Magenta. HEX triplet: C0, 1E and DC. RGB value is (192,30,220). Sum of RGB (Red+Green+Blue) = 192+30+220=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 30 (12.11% from 255 or 6.79% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #C01EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01EDC is #3FE123. Grayscale: #636363. Windows color (decimal): -4186404 or 14425792. OLE color: 14425792.

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

Color convert

RGB 192 30 220 -
CMYK 0.13 0.86 0 0.14
HSL 291.16º 0.76% 0.49% -
HSV(B) 291.16º 0.86% 0.86% -
XYZ 35.12 17.3 69.2 -
YUV 100.1 195.67 193.55 -
System Red Green Blue C M Y K H S L
Decimal 192 30 220 0.13 0.86 0 0.14 291.16 0.76 0.49
Hex C0 1E DC D 56 0 E 123 4C 31
Octal 300 36 334 15 126 0 16 443 114 61
Binary 11000000 11110 11011100 1101 1010110 0 1110 100100011 1001100 110001

Color Harmonies of #C01EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01EDC

Black with #C01EDC

Text Example


Text Example

White with #C01EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01EDC; }

 p { color: rgb(192,30,220); }

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

background-color css

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

 a { background-color: rgb(192,30,220); }

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

border-color css

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

 span { border-color: rgb(192,30,220); }

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