Html Css Color HEX #C501DF Deep Magenta

📋 copy color: '#C501DF'

red 197 ◦ green 1 ◦ blue 223

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

Shades of Deep Magenta #C501DF

Tints of Deep Magenta #C501DF

RGB

 RED value IS 197 (77.34% from 255) = 46.79%

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 46.79%
G = 0.24%
B = 52.97%

CMYK

 C value IS 0.12

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C501DF (or 0xC501DF) is known color: Deep Magenta. HEX triplet: C5, 01 and DF. RGB value is (197,1,223). Sum of RGB (Red+Green+Blue) = 197+1+223=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 1 (0.78% from 255 or 0.24% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #C501DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C501DF is #3AFE20. Grayscale: #545454. Windows color (decimal): -3866145 or 14614981. OLE color: 14614981.

HSL color Cylindrical-coordinate representation of color #C501DF: hue angle of 292.97º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C501DF is Cyan = 0.12, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 1 223 -
CMYK 0.12 1.00 0 0.13
HSL 292.97º 0.99% 0.44% -
HSV(B) 292.97º 1% 0.87% -
XYZ 36.36 17.22 71.22 -
YUV 84.91 205.93 207.95 -
System Red Green Blue C M Y K H S L
Decimal 197 1 223 0.12 1.00 0 0.13 292.97 0.99 0.44
Hex C5 1 DF C 64 0 D 125 63 2C
Octal 305 1 337 14 144 0 15 445 143 54
Binary 11000101 1 11011111 1100 1100100 0 1101 100100101 1100011 101100

Color Harmonies of #C501DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C501DF

Black with #C501DF

Text Example


Text Example

White with #C501DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C501DF; }

 p { color: rgb(197,1,223); }

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

background-color css

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

 a { background-color: rgb(197,1,223); }

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

border-color css

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

 span { border-color: rgb(197,1,223); }

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