Html Css Color HEX #C9057E Medium Violet Red

📋 copy color: '#C9057E'

red 201 ◦ green 5 ◦ blue 126

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

Shades of Medium Violet Red #C9057E

Tints of Medium Violet Red #C9057E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.95%

R = 60.54%
G = 1.51%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C9057E (or 0xC9057E) is known color: Medium Violet Red. HEX triplet: C9, 05 and 7E. RGB value is (201,5,126). Sum of RGB (Red+Green+Blue) = 201+5+126=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C9057E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9057E is #36FA81. Grayscale: #4D4D4D. Windows color (decimal): -3603074 or 8259017. OLE color: 8259017.

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

Color convert

RGB 201 5 126 -
CMYK 0 0.98 0.37 0.21
HSL 322.96º 0.95% 0.4% -
HSV(B) 322.96º 0.98% 0.79% -
XYZ 27.91 14.03 20.98 -
YUV 77.4 155.43 216.16 -
System Red Green Blue C M Y K H S L
Decimal 201 5 126 0 0.98 0.37 0.21 322.96 0.95 0.4
Hex C9 5 7E 0 62 25 15 143 5F 28
Octal 311 5 176 0 142 45 25 503 137 50
Binary 11001001 101 1111110 0 1100010 100101 10101 101000011 1011111 101000

Color Harmonies of #C9057E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9057E

Black with #C9057E

Text Example


Text Example

White with #C9057E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9057E; }

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

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

background-color css

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

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

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

border-color css

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

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

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