Html Css Color HEX #C9148D Medium Violet Red

📋 copy color: '#C9148D'

red 201 ◦ green 20 ◦ blue 141

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

Shades of Medium Violet Red #C9148D

Tints of Medium Violet Red #C9148D

RGB

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

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

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

R = 55.52%
G = 5.52%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9148D (or 0xC9148D) is known color: Medium Violet Red. HEX triplet: C9, 14 and 8D. RGB value is (201,20,141). Sum of RGB (Red+Green+Blue) = 201+20+141=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C9148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9148D is #36EB72. Grayscale: #575757. Windows color (decimal): -3599219 or 9245897. OLE color: 9245897.

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

Color convert

RGB 201 20 141 -
CMYK 0 0.90 0.30 0.21
HSL 319.89º 0.82% 0.43% -
HSV(B) 319.89º 0.9% 0.79% -
XYZ 29.15 14.84 26.53 -
YUV 87.91 157.97 208.66 -
System Red Green Blue C M Y K H S L
Decimal 201 20 141 0 0.90 0.30 0.21 319.89 0.82 0.43
Hex C9 14 8D 0 5A 1E 15 140 52 2B
Octal 311 24 215 0 132 36 25 500 122 53
Binary 11001001 10100 10001101 0 1011010 11110 10101 101000000 1010010 101011

Color Harmonies of #C9148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9148D

Black with #C9148D

Text Example


Text Example

White with #C9148D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9148D; }

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

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

background-color css

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

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

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

border-color css

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

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

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