Html Css Color HEX #C521A3 Medium Violet Red

📋 copy color: '#C521A3'

red 197 ◦ green 33 ◦ blue 163

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

Shades of Medium Violet Red #C521A3

Tints of Medium Violet Red #C521A3

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.4%

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

R = 50.13%
G = 8.4%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C521A3 (or 0xC521A3) is known color: Medium Violet Red. HEX triplet: C5, 21 and A3. RGB value is (197,33,163). Sum of RGB (Red+Green+Blue) = 197+33+163=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 33 (13.28% from 255 or 8.40% from 393); Blue value is 163 (64.06% from 255 or 41.48% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C521A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C521A3 is #3ADE5C. Grayscale: #606060. Windows color (decimal): -3858013 or 10691013. OLE color: 10691013.

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

Color convert

RGB 197 33 163 -
CMYK 0 0.83 0.17 0.23
HSL 312.44º 0.71% 0.45% -
HSV(B) 312.44º 0.83% 0.77% -
XYZ 30.18 15.6 36.07 -
YUV 96.86 165.33 199.43 -
System Red Green Blue C M Y K H S L
Decimal 197 33 163 0 0.83 0.17 0.23 312.44 0.71 0.45
Hex C5 21 A3 0 53 11 17 138 47 2D
Octal 305 41 243 0 123 21 27 470 107 55
Binary 11000101 100001 10100011 0 1010011 10001 10111 100111000 1000111 101101

Color Harmonies of #C521A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C521A3

Black with #C521A3

Text Example


Text Example

White with #C521A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C521A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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