Html Css Color HEX #C5029D Medium Violet Red

📋 copy color: '#C5029D'

red 197 ◦ green 2 ◦ blue 157

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

Shades of Medium Violet Red #C5029D

Tints of Medium Violet Red #C5029D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.1%

R = 55.34%
G = 0.56%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C5029D (or 0xC5029D) is known color: Medium Violet Red. HEX triplet: C5, 02 and 9D. RGB value is (197,2,157). Sum of RGB (Red+Green+Blue) = 197+2+157=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5029D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5029D is #3AFD62. Grayscale: #4D4D4D. Windows color (decimal): -3865955 or 10289861. OLE color: 10289861.

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

Color convert

RGB 197 2 157 -
CMYK 0 0.99 0.20 0.23
HSL 312.31º 0.98% 0.39% -
HSV(B) 312.31º 0.99% 0.77% -
XYZ 29.13 14.35 33.13 -
YUV 77.98 172.6 212.9 -
System Red Green Blue C M Y K H S L
Decimal 197 2 157 0 0.99 0.20 0.23 312.31 0.98 0.39
Hex C5 2 9D 0 63 14 17 138 62 27
Octal 305 2 235 0 143 24 27 470 142 47
Binary 11000101 10 10011101 0 1100011 10100 10111 100111000 1100010 100111

Color Harmonies of #C5029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5029D

Black with #C5029D

Text Example


Text Example

White with #C5029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5029D; }

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

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

background-color css

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

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

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

border-color css

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

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

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