Html Css Color HEX #C52070 Medium Violet Red

📋 copy color: '#C52070'

red 197 ◦ green 32 ◦ blue 112

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

Shades of Medium Violet Red #C52070

Tints of Medium Violet Red #C52070

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.38%

 BLUE value IS 112 (44.14% from 255) = 32.84%

R = 57.77%
G = 9.38%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C52070 (or 0xC52070) is known color: Medium Violet Red. HEX triplet: C5, 20 and 70. RGB value is (197,32,112). Sum of RGB (Red+Green+Blue) = 197+32+112=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C52070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52070 is #3ADF8F. Grayscale: #5A5A5A. Windows color (decimal): -3858320 or 7348421. OLE color: 7348421.

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

Color convert

RGB 197 32 112 -
CMYK 0 0.84 0.43 0.23
HSL 330.91º 0.72% 0.45% -
HSV(B) 330.91º 0.84% 0.77% -
XYZ 26.47 14.07 16.65 -
YUV 90.46 140.16 204 -
System Red Green Blue C M Y K H S L
Decimal 197 32 112 0 0.84 0.43 0.23 330.91 0.72 0.45
Hex C5 20 70 0 54 2B 17 14B 48 2D
Octal 305 40 160 0 124 53 27 513 110 55
Binary 11000101 100000 1110000 0 1010100 101011 10111 101001011 1001000 101101

Color Harmonies of #C52070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52070

Black with #C52070

Text Example


Text Example

White with #C52070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52070; }

 p { color: rgb(197,32,112); }

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

background-color css

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

 a { background-color: rgb(197,32,112); }

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

border-color css

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

 span { border-color: rgb(197,32,112); }

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