Html Css Color HEX #C8219C Medium Violet Red

📋 copy color: '#C8219C'

red 200 ◦ green 33 ◦ blue 156

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

Shades of Medium Violet Red #C8219C

Tints of Medium Violet Red #C8219C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.1%

R = 51.41%
G = 8.48%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C8219C (or 0xC8219C) is known color: Medium Violet Red. HEX triplet: C8, 21 and 9C. RGB value is (200,33,156). Sum of RGB (Red+Green+Blue) = 200+33+156=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C8219C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8219C is #37DE63. Grayscale: #606060. Windows color (decimal): -3661412 or 10232264. OLE color: 10232264.

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

Color convert

RGB 200 33 156 -
CMYK 0 0.84 0.22 0.22
HSL 315.81º 0.72% 0.46% -
HSV(B) 315.81º 0.84% 0.78% -
XYZ 30.36 15.77 32.9 -
YUV 96.96 161.33 201.5 -
System Red Green Blue C M Y K H S L
Decimal 200 33 156 0 0.84 0.22 0.22 315.81 0.72 0.46
Hex C8 21 9C 0 54 16 16 13C 48 2E
Octal 310 41 234 0 124 26 26 474 110 56
Binary 11001000 100001 10011100 0 1010100 10110 10110 100111100 1001000 101110

Color Harmonies of #C8219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8219C

Black with #C8219C

Text Example


Text Example

White with #C8219C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8219C; }

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

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

background-color css

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

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

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

border-color css

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

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

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