Html Css Color HEX #C7218F Medium Violet Red

📋 copy color: '#C7218F'

red 199 ◦ green 33 ◦ blue 143

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

Shades of Medium Violet Red #C7218F

Tints of Medium Violet Red #C7218F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.13%

R = 53.07%
G = 8.8%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C7218F (or 0xC7218F) is known color: Medium Violet Red. HEX triplet: C7, 21 and 8F. RGB value is (199,33,143). Sum of RGB (Red+Green+Blue) = 199+33+143=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C7218F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7218F is #38DE70. Grayscale: #5E5E5E. Windows color (decimal): -3726961 or 9380295. OLE color: 9380295.

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

Color convert

RGB 199 33 143 -
CMYK 0 0.83 0.28 0.22
HSL 320.24º 0.72% 0.45% -
HSV(B) 320.24º 0.83% 0.78% -
XYZ 29.05 15.21 27.39 -
YUV 95.17 155 202.06 -
System Red Green Blue C M Y K H S L
Decimal 199 33 143 0 0.83 0.28 0.22 320.24 0.72 0.45
Hex C7 21 8F 0 53 1C 16 140 48 2D
Octal 307 41 217 0 123 34 26 500 110 55
Binary 11000111 100001 10001111 0 1010011 11100 10110 101000000 1001000 101101

Color Harmonies of #C7218F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7218F

Black with #C7218F

Text Example


Text Example

White with #C7218F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7218F; }

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

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

background-color css

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

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

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

border-color css

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

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

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