Html Css Color HEX #C8219E Medium Violet Red

📋 copy color: '#C8219E'

red 200 ◦ green 33 ◦ blue 158

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

Shades of Medium Violet Red #C8219E

Tints of Medium Violet Red #C8219E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.41%

R = 51.15%
G = 8.44%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C8219E (or 0xC8219E) is known color: Medium Violet Red. HEX triplet: C8, 21 and 9E. RGB value is (200,33,158). Sum of RGB (Red+Green+Blue) = 200+33+158=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8219E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8219E is #37DE61. Grayscale: #606060. Windows color (decimal): -3661410 or 10363336. OLE color: 10363336.

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

Color convert

RGB 200 33 158 -
CMYK 0 0.84 0.21 0.22
HSL 315.09º 0.72% 0.46% -
HSV(B) 315.09º 0.84% 0.78% -
XYZ 30.53 15.84 33.79 -
YUV 97.18 162.33 201.34 -
System Red Green Blue C M Y K H S L
Decimal 200 33 158 0 0.84 0.21 0.22 315.09 0.72 0.46
Hex C8 21 9E 0 54 15 16 13B 48 2E
Octal 310 41 236 0 124 25 26 473 110 56
Binary 11001000 100001 10011110 0 1010100 10101 10110 100111011 1001000 101110

Color Harmonies of #C8219E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8219E

Black with #C8219E

Text Example


Text Example

White with #C8219E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8219E; }

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

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

background-color css

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

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

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

border-color css

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

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

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