Html Css Color HEX #C504BF Deep Magenta

📋 copy color: '#C504BF'

red 197 ◦ green 4 ◦ blue 191

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

Shades of Deep Magenta #C504BF

Tints of Deep Magenta #C504BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.72%

R = 50.26%
G = 1.02%
B = 48.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C504BF (or 0xC504BF) is known color: Deep Magenta. HEX triplet: C5, 04 and BF. RGB value is (197,4,191). Sum of RGB (Red+Green+Blue) = 197+4+191=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 4 (1.95% from 255 or 1.02% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C504BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C504BF is #3AFB40. Grayscale: #525252. Windows color (decimal): -3865409 or 12518597. OLE color: 12518597.

HSL color Cylindrical-coordinate representation of color #C504BF: hue angle of 301.87º 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 #C504BF is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 4 191 -
CMYK 0 0.98 0.03 0.23
HSL 301.87º 0.96% 0.39% -
HSV(B) 301.87º 0.98% 0.77% -
XYZ 32.47 15.72 50.61 -
YUV 83.03 188.94 209.29 -
System Red Green Blue C M Y K H S L
Decimal 197 4 191 0 0.98 0.03 0.23 301.87 0.96 0.39
Hex C5 4 BF 0 62 3 17 12E 60 27
Octal 305 4 277 0 142 3 27 456 140 47
Binary 11000101 100 10111111 0 1100010 11 10111 100101110 1100000 100111

Color Harmonies of #C504BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C504BF

Black with #C504BF

Text Example


Text Example

White with #C504BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C504BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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