Html Css Color HEX #C01EDF Deep Magenta

📋 copy color: '#C01EDF'

red 192 ◦ green 30 ◦ blue 223

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

Shades of Deep Magenta #C01EDF

Tints of Deep Magenta #C01EDF

RGB

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

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

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

R = 43.15%
G = 6.74%
B = 50.11%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C01EDF (or 0xC01EDF) is known color: Deep Magenta. HEX triplet: C0, 1E and DF. RGB value is (192,30,223). Sum of RGB (Red+Green+Blue) = 192+30+223=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 30 (12.11% from 255 or 6.74% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #C01EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01EDF is #3FE120. Grayscale: #636363. Windows color (decimal): -4186401 or 14622400. OLE color: 14622400.

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

Color convert

RGB 192 30 223 -
CMYK 0.14 0.87 0 0.13
HSL 290.36º 0.76% 0.5% -
HSV(B) 290.36º 0.87% 0.87% -
XYZ 35.52 17.46 71.31 -
YUV 100.44 197.17 193.31 -
System Red Green Blue C M Y K H S L
Decimal 192 30 223 0.14 0.87 0 0.13 290.36 0.76 0.5
Hex C0 1E DF E 57 0 D 122 4C 32
Octal 300 36 337 16 127 0 15 442 114 62
Binary 11000000 11110 11011111 1110 1010111 0 1101 100100010 1001100 110010

Color Harmonies of #C01EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01EDF

Black with #C01EDF

Text Example


Text Example

White with #C01EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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