Html Css Color HEX #C52C6F Medium Red Violet

📋 copy color: '#C52C6F'

red 197 ◦ green 44 ◦ blue 111

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

Shades of Medium Red Violet #C52C6F

Tints of Medium Red Violet #C52C6F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.5%

 BLUE value IS 111 (43.75% from 255) = 31.53%

R = 55.97%
G = 12.5%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C52C6F (or 0xC52C6F) is known color: Medium Red Violet. HEX triplet: C5, 2C and 6F. RGB value is (197,44,111). Sum of RGB (Red+Green+Blue) = 197+44+111=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C52C6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52C6F is #3AD390. Grayscale: #616161. Windows color (decimal): -3855249 or 7285957. OLE color: 7285957.

HSL color Cylindrical-coordinate representation of color #C52C6F: hue angle of 333.73º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C52C6F is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 44 111 -
CMYK 0 0.78 0.44 0.23
HSL 333.73º 0.63% 0.47% -
HSV(B) 333.73º 0.78% 0.77% -
XYZ 26.8 14.82 16.49 -
YUV 97.39 135.69 199.05 -
System Red Green Blue C M Y K H S L
Decimal 197 44 111 0 0.78 0.44 0.23 333.73 0.63 0.47
Hex C5 2C 6F 0 4E 2C 17 14E 3F 2F
Octal 305 54 157 0 116 54 27 516 77 57
Binary 11000101 101100 1101111 0 1001110 101100 10111 101001110 111111 101111

Color Harmonies of #C52C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52C6F

Black with #C52C6F

Text Example


Text Example

White with #C52C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52C6F; }

 p { color: rgb(197,44,111); }

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

background-color css

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

 a { background-color: rgb(197,44,111); }

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

border-color css

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

 span { border-color: rgb(197,44,111); }

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