Html Css Color HEX #C5216F Medium Violet Red

📋 copy color: '#C5216F'

red 197 ◦ green 33 ◦ blue 111

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

Shades of Medium Violet Red #C5216F

Tints of Medium Violet Red #C5216F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.55%

R = 57.77%
G = 9.68%
B = 32.55%

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

#C5216F (or 0xC5216F) is known color: Medium Violet Red. HEX triplet: C5, 21 and 6F. RGB value is (197,33,111). Sum of RGB (Red+Green+Blue) = 197+33+111=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C5216F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5216F is #3ADE90. Grayscale: #5A5A5A. Windows color (decimal): -3858065 or 7283141. OLE color: 7283141.

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

Color convert

RGB 197 33 111 -
CMYK 0 0.83 0.44 0.23
HSL 331.46º 0.71% 0.45% -
HSV(B) 331.46º 0.83% 0.77% -
XYZ 26.44 14.11 16.37 -
YUV 90.93 139.33 203.66 -
System Red Green Blue C M Y K H S L
Decimal 197 33 111 0 0.83 0.44 0.23 331.46 0.71 0.45
Hex C5 21 6F 0 53 2C 17 14B 47 2D
Octal 305 41 157 0 123 54 27 513 107 55
Binary 11000101 100001 1101111 0 1010011 101100 10111 101001011 1000111 101101

Color Harmonies of #C5216F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5216F

Black with #C5216F

Text Example


Text Example

White with #C5216F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5216F; }

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

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

background-color css

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

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

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

border-color css

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

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

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