Html Css Color HEX #C5019A Medium Violet Red

📋 copy color: '#C5019A'

red 197 ◦ green 1 ◦ blue 154

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

Shades of Medium Violet Red #C5019A

Tints of Medium Violet Red #C5019A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 154 (60.55% from 255) = 43.75%

R = 55.97%
G = 0.28%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C5019A (or 0xC5019A) is known color: Medium Violet Red. HEX triplet: C5, 01 and 9A. RGB value is (197,1,154). Sum of RGB (Red+Green+Blue) = 197+1+154=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C5019A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5019A is #3AFE65. Grayscale: #4C4C4C. Windows color (decimal): -3866214 or 10092997. OLE color: 10092997.

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

Color convert

RGB 197 1 154 -
CMYK 0 0.99 0.22 0.23
HSL 313.16º 0.99% 0.39% -
HSV(B) 313.16º 0.99% 0.77% -
XYZ 28.87 14.23 31.8 -
YUV 77.05 171.43 213.56 -
System Red Green Blue C M Y K H S L
Decimal 197 1 154 0 0.99 0.22 0.23 313.16 0.99 0.39
Hex C5 1 9A 0 63 16 17 139 63 27
Octal 305 1 232 0 143 26 27 471 143 47
Binary 11000101 1 10011010 0 1100011 10110 10111 100111001 1100011 100111

Color Harmonies of #C5019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5019A

Black with #C5019A

Text Example


Text Example

White with #C5019A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5019A; }

 p { color: rgb(197,1,154); }

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

background-color css

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

 a { background-color: rgb(197,1,154); }

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

border-color css

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

 span { border-color: rgb(197,1,154); }

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