Html Css Color HEX #C5216D Medium Violet Red

📋 copy color: '#C5216D'

red 197 ◦ green 33 ◦ blue 109

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

Shades of Medium Violet Red #C5216D

Tints of Medium Violet Red #C5216D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.15%

R = 58.11%
G = 9.73%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C5216D (or 0xC5216D) is known color: Medium Violet Red. HEX triplet: C5, 21 and 6D. RGB value is (197,33,109). Sum of RGB (Red+Green+Blue) = 197+33+109=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C5216D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5216D is #3ADE92. Grayscale: #5A5A5A. Windows color (decimal): -3858067 or 7152069. OLE color: 7152069.

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

Color convert

RGB 197 33 109 -
CMYK 0 0.83 0.45 0.23
HSL 332.2º 0.71% 0.45% -
HSV(B) 332.2º 0.83% 0.77% -
XYZ 26.33 14.06 15.79 -
YUV 90.7 138.33 203.82 -
System Red Green Blue C M Y K H S L
Decimal 197 33 109 0 0.83 0.45 0.23 332.2 0.71 0.45
Hex C5 21 6D 0 53 2D 17 14C 47 2D
Octal 305 41 155 0 123 55 27 514 107 55
Binary 11000101 100001 1101101 0 1010011 101101 10111 101001100 1000111 101101

Color Harmonies of #C5216D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5216D

Black with #C5216D

Text Example


Text Example

White with #C5216D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5216D; }

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

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

background-color css

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

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

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

border-color css

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

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

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