Html Css Color HEX #C504A0 Medium Violet Red

📋 copy color: '#C504A0'

red 197 ◦ green 4 ◦ blue 160

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

Shades of Medium Violet Red #C504A0

Tints of Medium Violet Red #C504A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 44.32%

R = 54.57%
G = 1.11%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C504A0 (or 0xC504A0) is known color: Medium Violet Red. HEX triplet: C5, 04 and A0. RGB value is (197,4,160). Sum of RGB (Red+Green+Blue) = 197+4+160=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C504A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C504A0 is #3AFB5F. Grayscale: #4F4F4F. Windows color (decimal): -3865440 or 10486981. OLE color: 10486981.

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

Color convert

RGB 197 4 160 -
CMYK 0 0.98 0.19 0.23
HSL 311.5º 0.96% 0.39% -
HSV(B) 311.5º 0.98% 0.77% -
XYZ 29.41 14.5 34.51 -
YUV 79.49 173.44 211.82 -
System Red Green Blue C M Y K H S L
Decimal 197 4 160 0 0.98 0.19 0.23 311.5 0.96 0.39
Hex C5 4 A0 0 62 13 17 138 60 27
Octal 305 4 240 0 142 23 27 470 140 47
Binary 11000101 100 10100000 0 1100010 10011 10111 100111000 1100000 100111

Color Harmonies of #C504A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C504A0

Black with #C504A0

Text Example


Text Example

White with #C504A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C504A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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