Html Css Color HEX #C52D8D Medium Red Violet

📋 copy color: '#C52D8D'

red 197 ◦ green 45 ◦ blue 141

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

Shades of Medium Red Violet #C52D8D

Tints of Medium Red Violet #C52D8D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.75%

 BLUE value IS 141 (55.47% from 255) = 36.81%

R = 51.44%
G = 11.75%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C52D8D (or 0xC52D8D) is known color: Medium Red Violet. HEX triplet: C5, 2D and 8D. RGB value is (197,45,141). Sum of RGB (Red+Green+Blue) = 197+45+141=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C52D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52D8D is #3AD272. Grayscale: #656565. Windows color (decimal): -3854963 or 9252293. OLE color: 9252293.

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

Color convert

RGB 197 45 141 -
CMYK 0 0.77 0.28 0.23
HSL 322.11º 0.63% 0.47% -
HSV(B) 322.11º 0.77% 0.77% -
XYZ 28.77 15.67 26.71 -
YUV 101.39 150.36 196.19 -
System Red Green Blue C M Y K H S L
Decimal 197 45 141 0 0.77 0.28 0.23 322.11 0.63 0.47
Hex C5 2D 8D 0 4D 1C 17 142 3F 2F
Octal 305 55 215 0 115 34 27 502 77 57
Binary 11000101 101101 10001101 0 1001101 11100 10111 101000010 111111 101111

Color Harmonies of #C52D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52D8D

Black with #C52D8D

Text Example


Text Example

White with #C52D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52D8D; }

 p { color: rgb(197,45,141); }

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

background-color css

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

 a { background-color: rgb(197,45,141); }

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

border-color css

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

 span { border-color: rgb(197,45,141); }

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