Html Css Color HEX #C52D9B Medium Red Violet

📋 copy color: '#C52D9B'

red 197 ◦ green 45 ◦ blue 155

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

Shades of Medium Red Violet #C52D9B

Tints of Medium Red Violet #C52D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.04%

R = 49.62%
G = 11.34%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C52D9B (or 0xC52D9B) is known color: Medium Red Violet. HEX triplet: C5, 2D and 9B. RGB value is (197,45,155). Sum of RGB (Red+Green+Blue) = 197+45+155=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 45 (17.97% from 255 or 11.34% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C52D9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52D9B is #3AD264. Grayscale: #666666. Windows color (decimal): -3854949 or 10169797. OLE color: 10169797.

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

Color convert

RGB 197 45 155 -
CMYK 0 0.77 0.21 0.23
HSL 316.58º 0.63% 0.47% -
HSV(B) 316.58º 0.77% 0.77% -
XYZ 29.88 16.11 32.55 -
YUV 102.99 157.36 195.06 -
System Red Green Blue C M Y K H S L
Decimal 197 45 155 0 0.77 0.21 0.23 316.58 0.63 0.47
Hex C5 2D 9B 0 4D 15 17 13D 3F 2F
Octal 305 55 233 0 115 25 27 475 77 57
Binary 11000101 101101 10011011 0 1001101 10101 10111 100111101 111111 101111

Color Harmonies of #C52D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52D9B

Black with #C52D9B

Text Example


Text Example

White with #C52D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52D9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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