Html Css Color HEX #C5029F Medium Violet Red

📋 copy color: '#C5029F'

red 197 ◦ green 2 ◦ blue 159

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

Shades of Medium Violet Red #C5029F

Tints of Medium Violet Red #C5029F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

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

R = 55.03%
G = 0.56%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C5029F (or 0xC5029F) is known color: Medium Violet Red. HEX triplet: C5, 02 and 9F. RGB value is (197,2,159). Sum of RGB (Red+Green+Blue) = 197+2+159=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C5029F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5029F is #3AFD60. Grayscale: #4D4D4D. Windows color (decimal): -3865953 or 10420933. OLE color: 10420933.

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

Color convert

RGB 197 2 159 -
CMYK 0 0.99 0.19 0.23
HSL 311.69º 0.98% 0.39% -
HSV(B) 311.69º 0.99% 0.77% -
XYZ 29.31 14.42 34.04 -
YUV 78.2 173.6 212.73 -
System Red Green Blue C M Y K H S L
Decimal 197 2 159 0 0.99 0.19 0.23 311.69 0.98 0.39
Hex C5 2 9F 0 63 13 17 138 62 27
Octal 305 2 237 0 143 23 27 470 142 47
Binary 11000101 10 10011111 0 1100011 10011 10111 100111000 1100010 100111

Color Harmonies of #C5029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5029F

Black with #C5029F

Text Example


Text Example

White with #C5029F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5029F; }

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

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

background-color css

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

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

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

border-color css

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

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

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