Html Css Color HEX #C532A3 Medium Red Violet

📋 copy color: '#C532A3'

red 197 ◦ green 50 ◦ blue 163

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

Shades of Medium Red Violet #C532A3

Tints of Medium Red Violet #C532A3

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.2%

 BLUE value IS 163 (64.06% from 255) = 39.76%

R = 48.05%
G = 12.2%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C532A3 (or 0xC532A3) is known color: Medium Red Violet. HEX triplet: C5, 32 and A3. RGB value is (197,50,163). Sum of RGB (Red+Green+Blue) = 197+50+163=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 163 (64.06% from 255 or 39.76% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C532A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C532A3 is #3ACD5C. Grayscale: #6A6A6A. Windows color (decimal): -3853661 or 10695365. OLE color: 10695365.

HSL color Cylindrical-coordinate representation of color #C532A3: hue angle of 313.88º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C532A3 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 50 163 -
CMYK 0 0.75 0.17 0.23
HSL 313.88º 0.6% 0.48% -
HSV(B) 313.88º 0.75% 0.77% -
XYZ 30.78 16.8 36.27 -
YUV 106.84 159.7 192.31 -
System Red Green Blue C M Y K H S L
Decimal 197 50 163 0 0.75 0.17 0.23 313.88 0.6 0.48
Hex C5 32 A3 0 4B 11 17 13A 3C 30
Octal 305 62 243 0 113 21 27 472 74 60
Binary 11000101 110010 10100011 0 1001011 10001 10111 100111010 111100 110000

Color Harmonies of #C532A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C532A3

Black with #C532A3

Text Example


Text Example

White with #C532A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C532A3; }

 p { color: rgb(197,50,163); }

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

background-color css

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

 a { background-color: rgb(197,50,163); }

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

border-color css

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

 span { border-color: rgb(197,50,163); }

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