Html Css Color HEX #C01FDC Deep Magenta

📋 copy color: '#C01FDC'

red 192 ◦ green 31 ◦ blue 220

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

Shades of Deep Magenta #C01FDC

Tints of Deep Magenta #C01FDC

RGB

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

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

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

R = 43.34%
G = 7%
B = 49.66%

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

#C01FDC (or 0xC01FDC) is known color: Deep Magenta. HEX triplet: C0, 1F and DC. RGB value is (192,31,220). Sum of RGB (Red+Green+Blue) = 192+31+220=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 31 (12.5% from 255 or 7.00% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #C01FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01FDC is #3FE023. Grayscale: #646464. Windows color (decimal): -4186148 or 14426048. OLE color: 14426048.

HSL color Cylindrical-coordinate representation of color #C01FDC: hue angle of 291.11º degrees, saturation: 0.75, 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 #C01FDC is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 31 220 -
CMYK 0.13 0.86 0 0.14
HSL 291.11º 0.75% 0.49% -
HSV(B) 291.11º 0.86% 0.86% -
XYZ 35.15 17.35 69.21 -
YUV 100.69 195.34 193.13 -
System Red Green Blue C M Y K H S L
Decimal 192 31 220 0.13 0.86 0 0.14 291.11 0.75 0.49
Hex C0 1F DC D 56 0 E 123 4B 31
Octal 300 37 334 15 126 0 16 443 113 61
Binary 11000000 11111 11011100 1101 1010110 0 1110 100100011 1001011 110001

Color Harmonies of #C01FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01FDC

Black with #C01FDC

Text Example


Text Example

White with #C01FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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