Html Css Color HEX #C5018A Medium Violet Red

📋 copy color: '#C5018A'

red 197 ◦ green 1 ◦ blue 138

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

Shades of Medium Violet Red #C5018A

Tints of Medium Violet Red #C5018A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.07%

R = 58.63%
G = 0.3%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5018A (or 0xC5018A) is known color: Medium Violet Red. HEX triplet: C5, 01 and 8A. RGB value is (197,1,138). Sum of RGB (Red+Green+Blue) = 197+1+138=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C5018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5018A is #3AFE75. Grayscale: #4A4A4A. Windows color (decimal): -3866230 or 9044421. OLE color: 9044421.

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

Color convert

RGB 197 1 138 -
CMYK 0 0.99 0.30 0.23
HSL 318.06º 0.99% 0.39% -
HSV(B) 318.06º 0.99% 0.77% -
XYZ 27.62 13.73 25.24 -
YUV 75.22 163.43 214.86 -
System Red Green Blue C M Y K H S L
Decimal 197 1 138 0 0.99 0.30 0.23 318.06 0.99 0.39
Hex C5 1 8A 0 63 1E 17 13E 63 27
Octal 305 1 212 0 143 36 27 476 143 47
Binary 11000101 1 10001010 0 1100011 11110 10111 100111110 1100011 100111

Color Harmonies of #C5018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5018A

Black with #C5018A

Text Example


Text Example

White with #C5018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5018A; }

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

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

background-color css

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

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

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

border-color css

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

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

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