Html Css Color HEX #C504DA Deep Magenta

📋 copy color: '#C504DA'

red 197 ◦ green 4 ◦ blue 218

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

Shades of Deep Magenta #C504DA

Tints of Deep Magenta #C504DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.03%

R = 47.02%
G = 0.95%
B = 52.03%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C504DA (or 0xC504DA) is known color: Deep Magenta. HEX triplet: C5, 04 and DA. RGB value is (197,4,218). Sum of RGB (Red+Green+Blue) = 197+4+218=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 4 (1.95% from 255 or 0.95% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #C504DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C504DA is #3AFB25. Grayscale: #555555. Windows color (decimal): -3865382 or 14288069. OLE color: 14288069.

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

Color convert

RGB 197 4 218 -
CMYK 0.10 0.98 0 0.15
HSL 294.11º 0.96% 0.44% -
HSV(B) 294.11º 0.98% 0.85% -
XYZ 35.72 17.02 67.73 -
YUV 86.1 202.44 207.1 -
System Red Green Blue C M Y K H S L
Decimal 197 4 218 0.10 0.98 0 0.15 294.11 0.96 0.44
Hex C5 4 DA A 62 0 F 126 60 2C
Octal 305 4 332 12 142 0 17 446 140 54
Binary 11000101 100 11011010 1010 1100010 0 1111 100100110 1100000 101100

Color Harmonies of #C504DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C504DA

Black with #C504DA

Text Example


Text Example

White with #C504DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C504DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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