Html Css Color HEX #C52389 Medium Violet Red

📋 copy color: '#C52389'

red 197 ◦ green 35 ◦ blue 137

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

Shades of Medium Violet Red #C52389

Tints of Medium Violet Red #C52389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.13%

R = 53.39%
G = 9.49%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C52389 (or 0xC52389) is known color: Medium Violet Red. HEX triplet: C5, 23 and 89. RGB value is (197,35,137). Sum of RGB (Red+Green+Blue) = 197+35+137=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 35 (14.06% from 255 or 9.49% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C52389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52389 is #3ADC76. Grayscale: #5E5E5E. Windows color (decimal): -3857527 or 8987589. OLE color: 8987589.

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

Color convert

RGB 197 35 137 -
CMYK 0 0.82 0.30 0.23
HSL 322.22º 0.7% 0.45% -
HSV(B) 322.22º 0.82% 0.77% -
XYZ 28.14 14.88 25.06 -
YUV 95.07 151.67 200.71 -
System Red Green Blue C M Y K H S L
Decimal 197 35 137 0 0.82 0.30 0.23 322.22 0.7 0.45
Hex C5 23 89 0 52 1E 17 142 46 2D
Octal 305 43 211 0 122 36 27 502 106 55
Binary 11000101 100011 10001001 0 1010010 11110 10111 101000010 1000110 101101

Color Harmonies of #C52389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52389

Black with #C52389

Text Example


Text Example

White with #C52389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52389; }

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

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

background-color css

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

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

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

border-color css

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

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

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