Html Css Color HEX #C5216E Medium Violet Red

📋 copy color: '#C5216E'

red 197 ◦ green 33 ◦ blue 110

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

Shades of Medium Violet Red #C5216E

Tints of Medium Violet Red #C5216E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.35%

R = 57.94%
G = 9.71%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5216E (or 0xC5216E) is known color: Medium Violet Red. HEX triplet: C5, 21 and 6E. RGB value is (197,33,110). Sum of RGB (Red+Green+Blue) = 197+33+110=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C5216E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5216E is #3ADE91. Grayscale: #5A5A5A. Windows color (decimal): -3858066 or 7217605. OLE color: 7217605.

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

Color convert

RGB 197 33 110 -
CMYK 0 0.83 0.44 0.23
HSL 331.83º 0.71% 0.45% -
HSV(B) 331.83º 0.83% 0.77% -
XYZ 26.38 14.08 16.08 -
YUV 90.81 138.83 203.74 -
System Red Green Blue C M Y K H S L
Decimal 197 33 110 0 0.83 0.44 0.23 331.83 0.71 0.45
Hex C5 21 6E 0 53 2C 17 14C 47 2D
Octal 305 41 156 0 123 54 27 514 107 55
Binary 11000101 100001 1101110 0 1010011 101100 10111 101001100 1000111 101101

Color Harmonies of #C5216E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5216E

Black with #C5216E

Text Example


Text Example

White with #C5216E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5216E; }

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

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

background-color css

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

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

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

border-color css

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

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

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