Html Css Color HEX #C52B7B Medium Red Violet

📋 copy color: '#C52B7B'

red 197 ◦ green 43 ◦ blue 123

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

Shades of Medium Red Violet #C52B7B

Tints of Medium Red Violet #C52B7B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.85%

 BLUE value IS 123 (48.44% from 255) = 33.88%

R = 54.27%
G = 11.85%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C52B7B (or 0xC52B7B) is known color: Medium Red Violet. HEX triplet: C5, 2B and 7B. RGB value is (197,43,123). Sum of RGB (Red+Green+Blue) = 197+43+123=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C52B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52B7B is #3AD484. Grayscale: #626262. Windows color (decimal): -3855493 or 8072133. OLE color: 8072133.

HSL color Cylindrical-coordinate representation of color #C52B7B: hue angle of 328.83º degrees, saturation: 0.64, 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 #C52B7B is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 43 123 -
CMYK 0 0.78 0.38 0.23
HSL 328.83º 0.64% 0.47% -
HSV(B) 328.83º 0.78% 0.77% -
XYZ 27.46 15.03 20.19 -
YUV 98.17 142.02 198.5 -
System Red Green Blue C M Y K H S L
Decimal 197 43 123 0 0.78 0.38 0.23 328.83 0.64 0.47
Hex C5 2B 7B 0 4E 26 17 149 40 2F
Octal 305 53 173 0 116 46 27 511 100 57
Binary 11000101 101011 1111011 0 1001110 100110 10111 101001001 1000000 101111

Color Harmonies of #C52B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52B7B

Black with #C52B7B

Text Example


Text Example

White with #C52B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52B7B; }

 p { color: rgb(197,43,123); }

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

background-color css

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

 a { background-color: rgb(197,43,123); }

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

border-color css

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

 span { border-color: rgb(197,43,123); }

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