Html Css Color HEX #C5129D Medium Violet Red

📋 copy color: '#C5129D'

red 197 ◦ green 18 ◦ blue 157

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

Shades of Medium Violet Red #C5129D

Tints of Medium Violet Red #C5129D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.84%

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

R = 52.96%
G = 4.84%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C5129D (or 0xC5129D) is known color: Medium Violet Red. HEX triplet: C5, 12 and 9D. RGB value is (197,18,157). Sum of RGB (Red+Green+Blue) = 197+18+157=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C5129D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5129D is #3AED62. Grayscale: #565656. Windows color (decimal): -3861859 or 10293957. OLE color: 10293957.

HSL color Cylindrical-coordinate representation of color #C5129D: hue angle of 313.41º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5129D is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 18 157 -
CMYK 0 0.91 0.20 0.23
HSL 313.41º 0.83% 0.42% -
HSV(B) 313.41º 0.91% 0.77% -
XYZ 29.33 14.74 33.2 -
YUV 87.37 167.3 206.2 -
System Red Green Blue C M Y K H S L
Decimal 197 18 157 0 0.91 0.20 0.23 313.41 0.83 0.42
Hex C5 12 9D 0 5B 14 17 139 53 2A
Octal 305 22 235 0 133 24 27 471 123 52
Binary 11000101 10010 10011101 0 1011011 10100 10111 100111001 1010011 101010

Color Harmonies of #C5129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5129D

Black with #C5129D

Text Example


Text Example

White with #C5129D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5129D; }

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

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

background-color css

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

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

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

border-color css

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

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

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