Html Css Color HEX #C9059B Medium Violet Red

📋 copy color: '#C9059B'

red 201 ◦ green 5 ◦ blue 155

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

Shades of Medium Violet Red #C9059B

Tints of Medium Violet Red #C9059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.94%

R = 55.68%
G = 1.39%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C9059B (or 0xC9059B) is known color: Medium Violet Red. HEX triplet: C9, 05 and 9B. RGB value is (201,5,155). Sum of RGB (Red+Green+Blue) = 201+5+155=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C9059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9059B is #36FA64. Grayscale: #505050. Windows color (decimal): -3603045 or 10159561. OLE color: 10159561.

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

Color convert

RGB 201 5 155 -
CMYK 0 0.98 0.23 0.21
HSL 314.08º 0.95% 0.4% -
HSV(B) 314.08º 0.98% 0.79% -
XYZ 30.06 14.89 32.3 -
YUV 80.7 169.93 213.8 -
System Red Green Blue C M Y K H S L
Decimal 201 5 155 0 0.98 0.23 0.21 314.08 0.95 0.4
Hex C9 5 9B 0 62 17 15 13A 5F 28
Octal 311 5 233 0 142 27 25 472 137 50
Binary 11001001 101 10011011 0 1100010 10111 10101 100111010 1011111 101000

Color Harmonies of #C9059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9059B

Black with #C9059B

Text Example


Text Example

White with #C9059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9059B; }

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

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

background-color css

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

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

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

border-color css

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

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

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