Html Css Color HEX #C9158F Medium Violet Red

📋 copy color: '#C9158F'

red 201 ◦ green 21 ◦ blue 143

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

Shades of Medium Violet Red #C9158F

Tints of Medium Violet Red #C9158F

RGB

 RED value IS 201 (78.91% from 255) = 55.07%

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

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

R = 55.07%
G = 5.75%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9158F (or 0xC9158F) is known color: Medium Violet Red. HEX triplet: C9, 15 and 8F. RGB value is (201,21,143). Sum of RGB (Red+Green+Blue) = 201+21+143=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C9158F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9158F is #36EA70. Grayscale: #585858. Windows color (decimal): -3598961 or 9377225. OLE color: 9377225.

HSL color Cylindrical-coordinate representation of color #C9158F: hue angle of 319.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9158F is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 21 143 -
CMYK 0 0.90 0.29 0.21
HSL 319.33º 0.81% 0.44% -
HSV(B) 319.33º 0.9% 0.79% -
XYZ 29.31 14.94 27.32 -
YUV 88.73 158.63 208.08 -
System Red Green Blue C M Y K H S L
Decimal 201 21 143 0 0.90 0.29 0.21 319.33 0.81 0.44
Hex C9 15 8F 0 5A 1D 15 13F 51 2C
Octal 311 25 217 0 132 35 25 477 121 54
Binary 11001001 10101 10001111 0 1011010 11101 10101 100111111 1010001 101100

Color Harmonies of #C9158F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9158F

Black with #C9158F

Text Example


Text Example

White with #C9158F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9158F; }

 p { color: rgb(201,21,143); }

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

background-color css

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

 a { background-color: rgb(201,21,143); }

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

border-color css

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

 span { border-color: rgb(201,21,143); }

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