Html Css Color HEX #C01FDE Deep Magenta

📋 copy color: '#C01FDE'

red 192 ◦ green 31 ◦ blue 222

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

Shades of Deep Magenta #C01FDE

Tints of Deep Magenta #C01FDE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.97%

 BLUE value IS 222 (87.11% from 255) = 49.89%

R = 43.15%
G = 6.97%
B = 49.89%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C01FDE (or 0xC01FDE) is known color: Deep Magenta. HEX triplet: C0, 1F and DE. RGB value is (192,31,222). Sum of RGB (Red+Green+Blue) = 192+31+222=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 31 (12.5% from 255 or 6.97% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #C01FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01FDE is #3FE021. Grayscale: #646464. Windows color (decimal): -4186146 or 14557120. OLE color: 14557120.

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

Color convert

RGB 192 31 222 -
CMYK 0.14 0.86 0 0.13
HSL 290.58º 0.75% 0.5% -
HSV(B) 290.58º 0.86% 0.87% -
XYZ 35.41 17.46 70.61 -
YUV 100.91 196.34 192.97 -
System Red Green Blue C M Y K H S L
Decimal 192 31 222 0.14 0.86 0 0.13 290.58 0.75 0.5
Hex C0 1F DE E 56 0 D 123 4B 32
Octal 300 37 336 16 126 0 15 443 113 62
Binary 11000000 11111 11011110 1110 1010110 0 1101 100100011 1001011 110010

Color Harmonies of #C01FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01FDE

Black with #C01FDE

Text Example


Text Example

White with #C01FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01FDE; }

 p { color: rgb(192,31,222); }

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

background-color css

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

 a { background-color: rgb(192,31,222); }

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

border-color css

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

 span { border-color: rgb(192,31,222); }

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