Html Css Color HEX #C504DB Deep Magenta

📋 copy color: '#C504DB'

red 197 ◦ green 4 ◦ blue 219

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

Shades of Deep Magenta #C504DB

Tints of Deep Magenta #C504DB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.95%

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

R = 46.9%
G = 0.95%
B = 52.14%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C504DB (or 0xC504DB) is known color: Deep Magenta. HEX triplet: C5, 04 and DB. RGB value is (197,4,219). Sum of RGB (Red+Green+Blue) = 197+4+219=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 4 (1.95% from 255 or 0.95% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #C504DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C504DB is #3AFB24. Grayscale: #555555. Windows color (decimal): -3865381 or 14353605. OLE color: 14353605.

HSL color Cylindrical-coordinate representation of color #C504DB: hue angle of 293.86º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C504DB is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 4 219 -
CMYK 0.10 0.98 0 0.14
HSL 293.86º 0.96% 0.44% -
HSV(B) 293.86º 0.98% 0.86% -
XYZ 35.86 17.07 68.42 -
YUV 86.22 202.94 207.02 -
System Red Green Blue C M Y K H S L
Decimal 197 4 219 0.10 0.98 0 0.14 293.86 0.96 0.44
Hex C5 4 DB A 62 0 E 126 60 2C
Octal 305 4 333 12 142 0 16 446 140 54
Binary 11000101 100 11011011 1010 1100010 0 1110 100100110 1100000 101100

Color Harmonies of #C504DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C504DB

Black with #C504DB

Text Example


Text Example

White with #C504DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C504DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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