Html Css Color HEX #C52BAA Medium Red Violet

📋 copy color: '#C52BAA'

red 197 ◦ green 43 ◦ blue 170

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

Shades of Medium Red Violet #C52BAA

Tints of Medium Red Violet #C52BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.46%

R = 48.05%
G = 10.49%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C52BAA (or 0xC52BAA) is known color: Medium Red Violet. HEX triplet: C5, 2B and AA. RGB value is (197,43,170). Sum of RGB (Red+Green+Blue) = 197+43+170=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 43 (17.19% from 255 or 10.49% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C52BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52BAA is #3AD455. Grayscale: #676767. Windows color (decimal): -3855446 or 11152325. OLE color: 11152325.

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

Color convert

RGB 197 43 170 -
CMYK 0 0.78 0.14 0.23
HSL 310.52º 0.64% 0.47% -
HSV(B) 310.52º 0.78% 0.77% -
XYZ 31.15 16.5 39.57 -
YUV 103.52 165.52 194.67 -
System Red Green Blue C M Y K H S L
Decimal 197 43 170 0 0.78 0.14 0.23 310.52 0.64 0.47
Hex C5 2B AA 0 4E E 17 137 40 2F
Octal 305 53 252 0 116 16 27 467 100 57
Binary 11000101 101011 10101010 0 1001110 1110 10111 100110111 1000000 101111

Color Harmonies of #C52BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52BAA

Black with #C52BAA

Text Example


Text Example

White with #C52BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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