Html Css Color HEX #C4158D Medium Violet Red

📋 copy color: '#C4158D'

red 196 ◦ green 21 ◦ blue 141

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

Shades of Medium Violet Red #C4158D

Tints of Medium Violet Red #C4158D

RGB

 RED value IS 196 (76.95% from 255) = 54.75%

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

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

R = 54.75%
G = 5.87%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C4158D (or 0xC4158D) is known color: Medium Violet Red. HEX triplet: C4, 15 and 8D. RGB value is (196,21,141). Sum of RGB (Red+Green+Blue) = 196+21+141=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C4158D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4158D is #3BEA72. Grayscale: #565656. Windows color (decimal): -3926643 or 9246148. OLE color: 9246148.

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

Color convert

RGB 196 21 141 -
CMYK 0 0.89 0.28 0.23
HSL 318.86º 0.81% 0.43% -
HSV(B) 318.86º 0.89% 0.77% -
XYZ 27.84 14.2 26.47 -
YUV 87.01 158.48 205.74 -
System Red Green Blue C M Y K H S L
Decimal 196 21 141 0 0.89 0.28 0.23 318.86 0.81 0.43
Hex C4 15 8D 0 59 1C 17 13F 51 2B
Octal 304 25 215 0 131 34 27 477 121 53
Binary 11000100 10101 10001101 0 1011001 11100 10111 100111111 1010001 101011

Color Harmonies of #C4158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4158D

Black with #C4158D

Text Example


Text Example

White with #C4158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4158D; }

 p { color: rgb(196,21,141); }

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

background-color css

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

 a { background-color: rgb(196,21,141); }

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

border-color css

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

 span { border-color: rgb(196,21,141); }

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