Html Css Color HEX #C9078D Medium Violet Red

📋 copy color: '#C9078D'

red 201 ◦ green 7 ◦ blue 141

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

Shades of Medium Violet Red #C9078D

Tints of Medium Violet Red #C9078D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.01%

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

R = 57.59%
G = 2.01%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9078D (or 0xC9078D) is known color: Medium Violet Red. HEX triplet: C9, 07 and 8D. RGB value is (201,7,141). Sum of RGB (Red+Green+Blue) = 201+7+141=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 7 (3.12% from 255 or 2.01% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C9078D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9078D is #36F872. Grayscale: #4F4F4F. Windows color (decimal): -3602547 or 9242569. OLE color: 9242569.

HSL color Cylindrical-coordinate representation of color #C9078D: hue angle of 318.56º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C9078D is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 7 141 -
CMYK 0 0.97 0.30 0.21
HSL 318.56º 0.93% 0.41% -
HSV(B) 318.56º 0.97% 0.79% -
XYZ 28.97 14.49 26.47 -
YUV 80.28 162.27 214.1 -
System Red Green Blue C M Y K H S L
Decimal 201 7 141 0 0.97 0.30 0.21 318.56 0.93 0.41
Hex C9 7 8D 0 61 1E 15 13F 5D 29
Octal 311 7 215 0 141 36 25 477 135 51
Binary 11001001 111 10001101 0 1100001 11110 10101 100111111 1011101 101001

Color Harmonies of #C9078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9078D

Black with #C9078D

Text Example


Text Example

White with #C9078D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9078D; }

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

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

background-color css

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

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

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

border-color css

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

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

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