Html Css Color HEX #C9057C Medium Violet Red

📋 copy color: '#C9057C'

red 201 ◦ green 5 ◦ blue 124

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

Shades of Medium Violet Red #C9057C

Tints of Medium Violet Red #C9057C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.52%

 BLUE value IS 124 (48.83% from 255) = 37.58%

R = 60.91%
G = 1.52%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9057C (or 0xC9057C) is known color: Medium Violet Red. HEX triplet: C9, 05 and 7C. RGB value is (201,5,124). Sum of RGB (Red+Green+Blue) = 201+5+124=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C9057C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9057C is #36FA83. Grayscale: #4C4C4C. Windows color (decimal): -3603076 or 8127945. OLE color: 8127945.

HSL color Cylindrical-coordinate representation of color #C9057C: hue angle of 323.57º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9057C is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 5 124 -
CMYK 0 0.98 0.38 0.21
HSL 323.57º 0.95% 0.4% -
HSV(B) 323.57º 0.98% 0.79% -
XYZ 27.78 13.98 20.3 -
YUV 77.17 154.43 216.32 -
System Red Green Blue C M Y K H S L
Decimal 201 5 124 0 0.98 0.38 0.21 323.57 0.95 0.4
Hex C9 5 7C 0 62 26 15 144 5F 28
Octal 311 5 174 0 142 46 25 504 137 50
Binary 11001001 101 1111100 0 1100010 100110 10101 101000100 1011111 101000

Color Harmonies of #C9057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9057C

Black with #C9057C

Text Example


Text Example

White with #C9057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9057C; }

 p { color: rgb(201,5,124); }

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

background-color css

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

 a { background-color: rgb(201,5,124); }

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

border-color css

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

 span { border-color: rgb(201,5,124); }

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