Html Css Color HEX #C5018D Medium Violet Red

📋 copy color: '#C5018D'

red 197 ◦ green 1 ◦ blue 141

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

Shades of Medium Violet Red #C5018D

Tints of Medium Violet Red #C5018D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.59%

R = 58.11%
G = 0.29%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5018D (or 0xC5018D) is known color: Medium Violet Red. HEX triplet: C5, 01 and 8D. RGB value is (197,1,141). Sum of RGB (Red+Green+Blue) = 197+1+141=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C5018D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5018D is #3AFE72. Grayscale: #4B4B4B. Windows color (decimal): -3866227 or 9241029. OLE color: 9241029.

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

Color convert

RGB 197 1 141 -
CMYK 0 0.99 0.28 0.23
HSL 317.14º 0.99% 0.39% -
HSV(B) 317.14º 0.99% 0.77% -
XYZ 27.84 13.82 26.4 -
YUV 75.56 164.93 214.62 -
System Red Green Blue C M Y K H S L
Decimal 197 1 141 0 0.99 0.28 0.23 317.14 0.99 0.39
Hex C5 1 8D 0 63 1C 17 13D 63 27
Octal 305 1 215 0 143 34 27 475 143 47
Binary 11000101 1 10001101 0 1100011 11100 10111 100111101 1100011 100111

Color Harmonies of #C5018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5018D

Black with #C5018D

Text Example


Text Example

White with #C5018D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5018D; }

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

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

background-color css

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

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

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

border-color css

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

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

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