Html Css Color HEX #C9148E Medium Violet Red

📋 copy color: '#C9148E'

red 201 ◦ green 20 ◦ blue 142

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

Shades of Medium Violet Red #C9148E

Tints of Medium Violet Red #C9148E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.51%

 BLUE value IS 142 (55.86% from 255) = 39.12%

R = 55.37%
G = 5.51%
B = 39.12%

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

#C9148E (or 0xC9148E) is known color: Medium Violet Red. HEX triplet: C9, 14 and 8E. RGB value is (201,20,142). Sum of RGB (Red+Green+Blue) = 201+20+142=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C9148E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9148E is #36EB71. Grayscale: #575757. Windows color (decimal): -3599218 or 9311433. OLE color: 9311433.

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

Color convert

RGB 201 20 142 -
CMYK 0 0.90 0.29 0.21
HSL 319.56º 0.82% 0.43% -
HSV(B) 319.56º 0.9% 0.79% -
XYZ 29.22 14.87 26.92 -
YUV 88.03 158.47 208.58 -
System Red Green Blue C M Y K H S L
Decimal 201 20 142 0 0.90 0.29 0.21 319.56 0.82 0.43
Hex C9 14 8E 0 5A 1D 15 140 52 2B
Octal 311 24 216 0 132 35 25 500 122 53
Binary 11001001 10100 10001110 0 1011010 11101 10101 101000000 1010010 101011

Color Harmonies of #C9148E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9148E

Black with #C9148E

Text Example


Text Example

White with #C9148E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9148E; }

 p { color: rgb(201,20,142); }

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

background-color css

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

 a { background-color: rgb(201,20,142); }

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

border-color css

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

 span { border-color: rgb(201,20,142); }

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