Html Css Color HEX #C52AAB Medium Red Violet

📋 copy color: '#C52AAB'

red 197 ◦ green 42 ◦ blue 171

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

Shades of Medium Red Violet #C52AAB

Tints of Medium Red Violet #C52AAB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.24%

 BLUE value IS 171 (67.19% from 255) = 41.71%

R = 48.05%
G = 10.24%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C52AAB (or 0xC52AAB) is known color: Medium Red Violet. HEX triplet: C5, 2A and AB. RGB value is (197,42,171). Sum of RGB (Red+Green+Blue) = 197+42+171=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 42 (16.80% from 255 or 10.24% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C52AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52AAB is #3AD554. Grayscale: #666666. Windows color (decimal): -3855701 or 11217605. OLE color: 11217605.

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

Color convert

RGB 197 42 171 -
CMYK 0 0.79 0.13 0.23
HSL 310.06º 0.65% 0.47% -
HSV(B) 310.06º 0.79% 0.77% -
XYZ 31.2 16.47 40.06 -
YUV 103.05 166.35 195.01 -
System Red Green Blue C M Y K H S L
Decimal 197 42 171 0 0.79 0.13 0.23 310.06 0.65 0.47
Hex C5 2A AB 0 4F D 17 136 41 2F
Octal 305 52 253 0 117 15 27 466 101 57
Binary 11000101 101010 10101011 0 1001111 1101 10111 100110110 1000001 101111

Color Harmonies of #C52AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52AAB

Black with #C52AAB

Text Example


Text Example

White with #C52AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52AAB; }

 p { color: rgb(197,42,171); }

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

background-color css

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

 a { background-color: rgb(197,42,171); }

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

border-color css

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

 span { border-color: rgb(197,42,171); }

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