Html Css Color HEX #C504C1 Deep Magenta

📋 copy color: '#C504C1'

red 197 ◦ green 4 ◦ blue 193

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

Shades of Deep Magenta #C504C1

Tints of Deep Magenta #C504C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 48.98%

R = 50%
G = 1.02%
B = 48.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C504C1 (or 0xC504C1) is known color: Deep Magenta. HEX triplet: C5, 04 and C1. RGB value is (197,4,193). Sum of RGB (Red+Green+Blue) = 197+4+193=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 4 (1.95% from 255 or 1.02% from 394); Blue value is 193 (75.78% from 255 or 48.98% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C504C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C504C1 is #3AFB3E. Grayscale: #525252. Windows color (decimal): -3865407 or 12649669. OLE color: 12649669.

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

Color convert

RGB 197 4 193 -
CMYK 0 0.98 0.02 0.23
HSL 301.24º 0.96% 0.39% -
HSV(B) 301.24º 0.98% 0.77% -
XYZ 32.7 15.81 51.78 -
YUV 83.25 189.94 209.13 -
System Red Green Blue C M Y K H S L
Decimal 197 4 193 0 0.98 0.02 0.23 301.24 0.96 0.39
Hex C5 4 C1 0 62 2 17 12D 60 27
Octal 305 4 301 0 142 2 27 455 140 47
Binary 11000101 100 11000001 0 1100010 10 10111 100101101 1100000 100111

Color Harmonies of #C504C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C504C1

Black with #C504C1

Text Example


Text Example

White with #C504C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C504C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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