Html Css Color HEX #C52181 Medium Violet Red

📋 copy color: '#C52181'

red 197 ◦ green 33 ◦ blue 129

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

Shades of Medium Violet Red #C52181

Tints of Medium Violet Red #C52181

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.19%

 BLUE value IS 129 (50.78% from 255) = 35.93%

R = 54.87%
G = 9.19%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C52181 (or 0xC52181) is known color: Medium Violet Red. HEX triplet: C5, 21 and 81. RGB value is (197,33,129). Sum of RGB (Red+Green+Blue) = 197+33+129=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 129 (50.78% from 255 or 35.93% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C52181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52181 is #3ADE7E. Grayscale: #5C5C5C. Windows color (decimal): -3858047 or 8462789. OLE color: 8462789.

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

Color convert

RGB 197 33 129 -
CMYK 0 0.83 0.35 0.23
HSL 324.88º 0.71% 0.45% -
HSV(B) 324.88º 0.83% 0.77% -
XYZ 27.53 14.54 22.12 -
YUV 92.98 148.33 202.19 -
System Red Green Blue C M Y K H S L
Decimal 197 33 129 0 0.83 0.35 0.23 324.88 0.71 0.45
Hex C5 21 81 0 53 23 17 145 47 2D
Octal 305 41 201 0 123 43 27 505 107 55
Binary 11000101 100001 10000001 0 1010011 100011 10111 101000101 1000111 101101

Color Harmonies of #C52181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52181

Black with #C52181

Text Example


Text Example

White with #C52181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52181; }

 p { color: rgb(197,33,129); }

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

background-color css

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

 a { background-color: rgb(197,33,129); }

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

border-color css

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

 span { border-color: rgb(197,33,129); }

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