Html Css Color HEX #C8218F Medium Violet Red

📋 copy color: '#C8218F'

red 200 ◦ green 33 ◦ blue 143

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

Shades of Medium Violet Red #C8218F

Tints of Medium Violet Red #C8218F

RGB

 RED value IS 200 (78.52% from 255) = 53.19%

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

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

R = 53.19%
G = 8.78%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C8218F (or 0xC8218F) is known color: Medium Violet Red. HEX triplet: C8, 21 and 8F. RGB value is (200,33,143). Sum of RGB (Red+Green+Blue) = 200+33+143=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C8218F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8218F is #37DE70. Grayscale: #5F5F5F. Windows color (decimal): -3661425 or 9380296. OLE color: 9380296.

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

Color convert

RGB 200 33 143 -
CMYK 0 0.84 0.28 0.22
HSL 320.48º 0.72% 0.46% -
HSV(B) 320.48º 0.84% 0.78% -
XYZ 29.32 15.35 27.4 -
YUV 95.47 154.83 202.56 -
System Red Green Blue C M Y K H S L
Decimal 200 33 143 0 0.84 0.28 0.22 320.48 0.72 0.46
Hex C8 21 8F 0 54 1C 16 140 48 2E
Octal 310 41 217 0 124 34 26 500 110 56
Binary 11001000 100001 10001111 0 1010100 11100 10110 101000000 1001000 101110

Color Harmonies of #C8218F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8218F

Black with #C8218F

Text Example


Text Example

White with #C8218F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8218F; }

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

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

background-color css

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

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

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

border-color css

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

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

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