Html Css Color HEX #C52390 Medium Violet Red

📋 copy color: '#C52390'

red 197 ◦ green 35 ◦ blue 144

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

Shades of Medium Violet Red #C52390

Tints of Medium Violet Red #C52390

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.31%

 BLUE value IS 144 (56.64% from 255) = 38.3%

R = 52.39%
G = 9.31%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C52390 (or 0xC52390) is known color: Medium Violet Red. HEX triplet: C5, 23 and 90. RGB value is (197,35,144). Sum of RGB (Red+Green+Blue) = 197+35+144=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 35 (14.06% from 255 or 9.31% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C52390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52390 is #3ADC6F. Grayscale: #5F5F5F. Windows color (decimal): -3857520 or 9446341. OLE color: 9446341.

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

Color convert

RGB 197 35 144 -
CMYK 0 0.82 0.27 0.23
HSL 319.63º 0.7% 0.45% -
HSV(B) 319.63º 0.82% 0.77% -
XYZ 28.66 15.09 27.79 -
YUV 95.86 155.17 200.14 -
System Red Green Blue C M Y K H S L
Decimal 197 35 144 0 0.82 0.27 0.23 319.63 0.7 0.45
Hex C5 23 90 0 52 1B 17 140 46 2D
Octal 305 43 220 0 122 33 27 500 106 55
Binary 11000101 100011 10010000 0 1010010 11011 10111 101000000 1000110 101101

Color Harmonies of #C52390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52390

Black with #C52390

Text Example


Text Example

White with #C52390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52390; }

 p { color: rgb(197,35,144); }

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

background-color css

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

 a { background-color: rgb(197,35,144); }

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

border-color css

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

 span { border-color: rgb(197,35,144); }

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