Html Css Color HEX #C504BD Deep Magenta

📋 copy color: '#C504BD'

red 197 ◦ green 4 ◦ blue 189

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

Shades of Deep Magenta #C504BD

Tints of Deep Magenta #C504BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.46%

R = 50.51%
G = 1.03%
B = 48.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C504BD (or 0xC504BD) is known color: Deep Magenta. HEX triplet: C5, 04 and BD. RGB value is (197,4,189). Sum of RGB (Red+Green+Blue) = 197+4+189=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C504BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C504BD is #3AFB42. Grayscale: #525252. Windows color (decimal): -3865411 or 12387525. OLE color: 12387525.

HSL color Cylindrical-coordinate representation of color #C504BD: hue angle of 302.49º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C504BD is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 4 189 -
CMYK 0 0.98 0.04 0.23
HSL 302.49º 0.96% 0.39% -
HSV(B) 302.49º 0.98% 0.77% -
XYZ 32.25 15.63 49.46 -
YUV 82.8 187.94 209.46 -
System Red Green Blue C M Y K H S L
Decimal 197 4 189 0 0.98 0.04 0.23 302.49 0.96 0.39
Hex C5 4 BD 0 62 4 17 12E 60 27
Octal 305 4 275 0 142 4 27 456 140 47
Binary 11000101 100 10111101 0 1100010 100 10111 100101110 1100000 100111

Color Harmonies of #C504BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C504BD

Black with #C504BD

Text Example


Text Example

White with #C504BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C504BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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