Html Css Color HEX #C501DB Deep Magenta

📋 copy color: '#C501DB'

red 197 ◦ green 1 ◦ blue 219

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

Shades of Deep Magenta #C501DB

Tints of Deep Magenta #C501DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.52%

R = 47.24%
G = 0.24%
B = 52.52%

CMYK

 C value IS 0.10

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C501DB (or 0xC501DB) is known color: Deep Magenta. HEX triplet: C5, 01 and DB. RGB value is (197,1,219). Sum of RGB (Red+Green+Blue) = 197+1+219=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 1 (0.78% from 255 or 0.24% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #C501DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C501DB is #3AFE24. Grayscale: #535353. Windows color (decimal): -3866149 or 14352837. OLE color: 14352837.

HSL color Cylindrical-coordinate representation of color #C501DB: hue angle of 293.94º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C501DB is Cyan = 0.10, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 1 219 -
CMYK 0.10 1.00 0 0.14
HSL 293.94º 0.99% 0.43% -
HSV(B) 293.94º 1% 0.86% -
XYZ 35.82 17.01 68.41 -
YUV 84.46 203.93 208.27 -
System Red Green Blue C M Y K H S L
Decimal 197 1 219 0.10 1.00 0 0.14 293.94 0.99 0.43
Hex C5 1 DB A 64 0 E 126 63 2B
Octal 305 1 333 12 144 0 16 446 143 53
Binary 11000101 1 11011011 1010 1100100 0 1110 100100110 1100011 101011

Color Harmonies of #C501DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C501DB

Black with #C501DB

Text Example


Text Example

White with #C501DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C501DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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