Html Css Color HEX #C5009F Medium Violet Red

📋 copy color: '#C5009F'

red 197 ◦ green 0 ◦ blue 159

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

Shades of Medium Violet Red #C5009F

Tints of Medium Violet Red #C5009F

RGB

 RED value IS 197 (77.34% from 255) = 55.34%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 159 (62.5% from 255) = 44.66%

R = 55.34%
G = 0%
B = 44.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C5009F (or 0xC5009F) is known color: Medium Violet Red. HEX triplet: C5, 00 and 9F. RGB value is (197,0,159). Sum of RGB (Red+Green+Blue) = 197+0+159=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5009F is #3AFF60. Grayscale: #4C4C4C. Windows color (decimal): -3866465 or 10420421. OLE color: 10420421.

HSL color Cylindrical-coordinate representation of color #C5009F: hue angle of 311.57º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5009F is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 0 159 -
CMYK 0 1 0.19 0.23
HSL 311.57º 1% 0.39% -
HSV(B) 311.57º 1% 0.77% -
XYZ 29.28 14.37 34.03 -
YUV 77.03 174.27 213.57 -
System Red Green Blue C M Y K H S L
Decimal 197 0 159 0 1 0.19 0.23 311.57 1 0.39
Hex C5 0 9F 0 64 13 17 138 64 27
Octal 305 0 237 0 144 23 27 470 144 47
Binary 11000101 0 10011111 0 1100100 10011 10111 100111000 1100100 100111

Color Harmonies of #C5009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5009F

Black with #C5009F

Text Example


Text Example

White with #C5009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5009F; }

 p { color: rgb(197,0,159); }

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

background-color css

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

 a { background-color: rgb(197,0,159); }

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

border-color css

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

 span { border-color: rgb(197,0,159); }

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