Html Css Color HEX #C8216D Medium Violet Red

📋 copy color: '#C8216D'

red 200 ◦ green 33 ◦ blue 109

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

Shades of Medium Violet Red #C8216D

Tints of Medium Violet Red #C8216D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.87%

R = 58.48%
G = 9.65%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C8216D (or 0xC8216D) is known color: Medium Violet Red. HEX triplet: C8, 21 and 6D. RGB value is (200,33,109). Sum of RGB (Red+Green+Blue) = 200+33+109=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C8216D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8216D is #37DE92. Grayscale: #5B5B5B. Windows color (decimal): -3661459 or 7152072. OLE color: 7152072.

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

Color convert

RGB 200 33 109 -
CMYK 0 0.84 0.46 0.22
HSL 332.69º 0.72% 0.46% -
HSV(B) 332.69º 0.84% 0.78% -
XYZ 27.12 14.47 15.83 -
YUV 91.6 137.83 205.32 -
System Red Green Blue C M Y K H S L
Decimal 200 33 109 0 0.84 0.46 0.22 332.69 0.72 0.46
Hex C8 21 6D 0 54 2E 16 14D 48 2E
Octal 310 41 155 0 124 56 26 515 110 56
Binary 11001000 100001 1101101 0 1010100 101110 10110 101001101 1001000 101110

Color Harmonies of #C8216D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8216D

Black with #C8216D

Text Example


Text Example

White with #C8216D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8216D; }

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

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

background-color css

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

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

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

border-color css

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

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

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