Html Css Color HEX #C5138F Medium Violet Red

📋 copy color: '#C5138F'

red 197 ◦ green 19 ◦ blue 143

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

Shades of Medium Violet Red #C5138F

Tints of Medium Violet Red #C5138F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.29%

 BLUE value IS 143 (56.25% from 255) = 39.83%

R = 54.87%
G = 5.29%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C5138F (or 0xC5138F) is known color: Medium Violet Red. HEX triplet: C5, 13 and 8F. RGB value is (197,19,143). Sum of RGB (Red+Green+Blue) = 197+19+143=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C5138F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5138F is #3AEC70. Grayscale: #565656. Windows color (decimal): -3861617 or 9376709. OLE color: 9376709.

HSL color Cylindrical-coordinate representation of color #C5138F: hue angle of 318.2º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5138F is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 19 143 -
CMYK 0 0.90 0.27 0.23
HSL 318.2º 0.82% 0.42% -
HSV(B) 318.2º 0.9% 0.77% -
XYZ 28.22 14.32 27.26 -
YUV 86.36 159.97 206.92 -
System Red Green Blue C M Y K H S L
Decimal 197 19 143 0 0.90 0.27 0.23 318.2 0.82 0.42
Hex C5 13 8F 0 5A 1B 17 13E 52 2A
Octal 305 23 217 0 132 33 27 476 122 52
Binary 11000101 10011 10001111 0 1011010 11011 10111 100111110 1010010 101010

Color Harmonies of #C5138F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5138F

Black with #C5138F

Text Example


Text Example

White with #C5138F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5138F; }

 p { color: rgb(197,19,143); }

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

background-color css

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

 a { background-color: rgb(197,19,143); }

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

border-color css

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

 span { border-color: rgb(197,19,143); }

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