Html Css Color HEX #C5219D Medium Violet Red

📋 copy color: '#C5219D'

red 197 ◦ green 33 ◦ blue 157

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

Shades of Medium Violet Red #C5219D

Tints of Medium Violet Red #C5219D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.57%

R = 50.9%
G = 8.53%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C5219D (or 0xC5219D) is known color: Medium Violet Red. HEX triplet: C5, 21 and 9D. RGB value is (197,33,157). Sum of RGB (Red+Green+Blue) = 197+33+157=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C5219D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5219D is #3ADE62. Grayscale: #5F5F5F. Windows color (decimal): -3858019 or 10297797. OLE color: 10297797.

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

Color convert

RGB 197 33 157 -
CMYK 0 0.83 0.20 0.23
HSL 314.63º 0.71% 0.45% -
HSV(B) 314.63º 0.83% 0.77% -
XYZ 29.66 15.39 33.31 -
YUV 96.17 162.33 199.92 -
System Red Green Blue C M Y K H S L
Decimal 197 33 157 0 0.83 0.20 0.23 314.63 0.71 0.45
Hex C5 21 9D 0 53 14 17 13B 47 2D
Octal 305 41 235 0 123 24 27 473 107 55
Binary 11000101 100001 10011101 0 1010011 10100 10111 100111011 1000111 101101

Color Harmonies of #C5219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5219D

Black with #C5219D

Text Example


Text Example

White with #C5219D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5219D; }

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

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

background-color css

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

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

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

border-color css

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

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

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