Html Css Color HEX #C5158A Medium Violet Red

📋 copy color: '#C5158A'

red 197 ◦ green 21 ◦ blue 138

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

Shades of Medium Violet Red #C5158A

Tints of Medium Violet Red #C5158A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.9%

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

R = 55.34%
G = 5.9%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5158A (or 0xC5158A) is known color: Medium Violet Red. HEX triplet: C5, 15 and 8A. RGB value is (197,21,138). Sum of RGB (Red+Green+Blue) = 197+21+138=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5158A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5158A is #3AEA75. Grayscale: #565656. Windows color (decimal): -3861110 or 9049541. OLE color: 9049541.

HSL color Cylindrical-coordinate representation of color #C5158A: hue angle of 320.11º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5158A is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 21 138 -
CMYK 0 0.89 0.30 0.23
HSL 320.11º 0.81% 0.43% -
HSV(B) 320.11º 0.89% 0.77% -
XYZ 27.88 14.24 25.32 -
YUV 86.96 156.81 206.49 -
System Red Green Blue C M Y K H S L
Decimal 197 21 138 0 0.89 0.30 0.23 320.11 0.81 0.43
Hex C5 15 8A 0 59 1E 17 140 51 2B
Octal 305 25 212 0 131 36 27 500 121 53
Binary 11000101 10101 10001010 0 1011001 11110 10111 101000000 1010001 101011

Color Harmonies of #C5158A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5158A

Black with #C5158A

Text Example


Text Example

White with #C5158A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5158A; }

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

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

background-color css

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

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

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

border-color css

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

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

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