Html Css Color HEX #C01FDF Deep Magenta

📋 copy color: '#C01FDF'

red 192 ◦ green 31 ◦ blue 223

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

Shades of Deep Magenta #C01FDF

Tints of Deep Magenta #C01FDF

RGB

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

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

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

R = 43.05%
G = 6.95%
B = 50%

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

#C01FDF (or 0xC01FDF) is known color: Deep Magenta. HEX triplet: C0, 1F and DF. RGB value is (192,31,223). Sum of RGB (Red+Green+Blue) = 192+31+223=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 31 (12.5% from 255 or 6.95% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #C01FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01FDF is #3FE020. Grayscale: #646464. Windows color (decimal): -4186145 or 14622656. OLE color: 14622656.

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

Color convert

RGB 192 31 223 -
CMYK 0.14 0.86 0 0.13
HSL 290.31º 0.76% 0.5% -
HSV(B) 290.31º 0.86% 0.87% -
XYZ 35.55 17.51 71.32 -
YUV 101.03 196.84 192.89 -
System Red Green Blue C M Y K H S L
Decimal 192 31 223 0.14 0.86 0 0.13 290.31 0.76 0.5
Hex C0 1F DF E 56 0 D 122 4C 32
Octal 300 37 337 16 126 0 15 442 114 62
Binary 11000000 11111 11011111 1110 1010110 0 1101 100100010 1001100 110010

Color Harmonies of #C01FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01FDF

Black with #C01FDF

Text Example


Text Example

White with #C01FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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