Html Css Color HEX #C521A4 Medium Violet Red

📋 copy color: '#C521A4'

red 197 ◦ green 33 ◦ blue 164

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

Shades of Medium Violet Red #C521A4

Tints of Medium Violet Red #C521A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.62%

R = 50%
G = 8.38%
B = 41.62%

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

#C521A4 (or 0xC521A4) is known color: Medium Violet Red. HEX triplet: C5, 21 and A4. RGB value is (197,33,164). Sum of RGB (Red+Green+Blue) = 197+33+164=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 164 (64.45% from 255 or 41.62% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C521A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C521A4 is #3ADE5B. Grayscale: #606060. Windows color (decimal): -3858012 or 10756549. OLE color: 10756549.

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

Color convert

RGB 197 33 164 -
CMYK 0 0.83 0.17 0.23
HSL 312.07º 0.71% 0.45% -
HSV(B) 312.07º 0.83% 0.77% -
XYZ 30.27 15.64 36.55 -
YUV 96.97 165.83 199.35 -
System Red Green Blue C M Y K H S L
Decimal 197 33 164 0 0.83 0.17 0.23 312.07 0.71 0.45
Hex C5 21 A4 0 53 11 17 138 47 2D
Octal 305 41 244 0 123 21 27 470 107 55
Binary 11000101 100001 10100100 0 1010011 10001 10111 100111000 1000111 101101

Color Harmonies of #C521A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C521A4

Black with #C521A4

Text Example


Text Example

White with #C521A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C521A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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