Html Css Color HEX #C52087 Medium Violet Red

📋 copy color: '#C52087'

red 197 ◦ green 32 ◦ blue 135

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

Shades of Medium Violet Red #C52087

Tints of Medium Violet Red #C52087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.09%

R = 54.12%
G = 8.79%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C52087 (or 0xC52087) is known color: Medium Violet Red. HEX triplet: C5, 20 and 87. RGB value is (197,32,135). Sum of RGB (Red+Green+Blue) = 197+32+135=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C52087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52087 is #3ADF78. Grayscale: #5C5C5C. Windows color (decimal): -3858297 or 8855749. OLE color: 8855749.

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

Color convert

RGB 197 32 135 -
CMYK 0 0.84 0.31 0.23
HSL 322.55º 0.72% 0.45% -
HSV(B) 322.55º 0.84% 0.77% -
XYZ 27.92 14.65 24.28 -
YUV 93.08 151.66 202.12 -
System Red Green Blue C M Y K H S L
Decimal 197 32 135 0 0.84 0.31 0.23 322.55 0.72 0.45
Hex C5 20 87 0 54 1F 17 143 48 2D
Octal 305 40 207 0 124 37 27 503 110 55
Binary 11000101 100000 10000111 0 1010100 11111 10111 101000011 1001000 101101

Color Harmonies of #C52087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52087

Black with #C52087

Text Example


Text Example

White with #C52087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52087; }

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

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

background-color css

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

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

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

border-color css

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

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

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