Html Css Color HEX #C7216E Medium Violet Red

📋 copy color: '#C7216E'

red 199 ◦ green 33 ◦ blue 110

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

Shades of Medium Violet Red #C7216E

Tints of Medium Violet Red #C7216E

RGB

 RED value IS 199 (78.13% from 255) = 58.19%

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

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

R = 58.19%
G = 9.65%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C7216E (or 0xC7216E) is known color: Medium Violet Red. HEX triplet: C7, 21 and 6E. RGB value is (199,33,110). Sum of RGB (Red+Green+Blue) = 199+33+110=342 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.19% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 199 - color contains mainly: red. Hex color #C7216E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7216E is #38DE91. Grayscale: #5B5B5B. Windows color (decimal): -3726994 or 7217607. OLE color: 7217607.

HSL color Cylindrical-coordinate representation of color #C7216E: hue angle of 332.17º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C7216E is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 33 110 -
CMYK 0 0.83 0.45 0.22
HSL 332.17º 0.72% 0.45% -
HSV(B) 332.17º 0.83% 0.78% -
XYZ 26.91 14.36 16.1 -
YUV 91.41 138.5 204.74 -
System Red Green Blue C M Y K H S L
Decimal 199 33 110 0 0.83 0.45 0.22 332.17 0.72 0.45
Hex C7 21 6E 0 53 2D 16 14C 48 2D
Octal 307 41 156 0 123 55 26 514 110 55
Binary 11000111 100001 1101110 0 1010011 101101 10110 101001100 1001000 101101

Color Harmonies of #C7216E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7216E

Black with #C7216E

Text Example


Text Example

White with #C7216E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7216E; }

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

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

background-color css

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

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

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

border-color css

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

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

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