Html Css Color HEX #C9158A Medium Violet Red

📋 copy color: '#C9158A'

red 201 ◦ green 21 ◦ blue 138

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

Shades of Medium Violet Red #C9158A

Tints of Medium Violet Red #C9158A

RGB

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

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

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

R = 55.83%
G = 5.83%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9158A (or 0xC9158A) is known color: Medium Violet Red. HEX triplet: C9, 15 and 8A. RGB value is (201,21,138). Sum of RGB (Red+Green+Blue) = 201+21+138=360 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.83% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 201 - color contains mainly: red. Hex color #C9158A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9158A is #36EA75. Grayscale: #575757. Windows color (decimal): -3598966 or 9049545. OLE color: 9049545.

HSL color Cylindrical-coordinate representation of color #C9158A: hue angle of 321º 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 #C9158A is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 21 138 -
CMYK 0 0.90 0.31 0.21
HSL 321º 0.81% 0.44% -
HSV(B) 321º 0.9% 0.79% -
XYZ 28.94 14.79 25.37 -
YUV 88.16 156.13 208.49 -
System Red Green Blue C M Y K H S L
Decimal 201 21 138 0 0.90 0.31 0.21 321 0.81 0.44
Hex C9 15 8A 0 5A 1F 15 141 51 2C
Octal 311 25 212 0 132 37 25 501 121 54
Binary 11001001 10101 10001010 0 1011010 11111 10101 101000001 1010001 101100

Color Harmonies of #C9158A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9158A

Black with #C9158A

Text Example


Text Example

White with #C9158A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9158A; }

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

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

background-color css

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

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

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

border-color css

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

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

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