Html Css Color HEX #C6216D Medium Violet Red

📋 copy color: '#C6216D'

red 198 ◦ green 33 ◦ blue 109

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

Shades of Medium Violet Red #C6216D

Tints of Medium Violet Red #C6216D

RGB

 RED value IS 198 (77.73% from 255) = 58.24%

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

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

R = 58.24%
G = 9.71%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C6216D (or 0xC6216D) is known color: Medium Violet Red. HEX triplet: C6, 21 and 6D. RGB value is (198,33,109). Sum of RGB (Red+Green+Blue) = 198+33+109=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C6216D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6216D is #39DE92. Grayscale: #5A5A5A. Windows color (decimal): -3792531 or 7152070. OLE color: 7152070.

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

Color convert

RGB 198 33 109 -
CMYK 0 0.83 0.45 0.22
HSL 332.36º 0.71% 0.45% -
HSV(B) 332.36º 0.83% 0.78% -
XYZ 26.59 14.2 15.81 -
YUV 91 138.16 204.32 -
System Red Green Blue C M Y K H S L
Decimal 198 33 109 0 0.83 0.45 0.22 332.36 0.71 0.45
Hex C6 21 6D 0 53 2D 16 14C 47 2D
Octal 306 41 155 0 123 55 26 514 107 55
Binary 11000110 100001 1101101 0 1010011 101101 10110 101001100 1000111 101101

Color Harmonies of #C6216D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6216D

Black with #C6216D

Text Example


Text Example

White with #C6216D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6216D; }

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

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

background-color css

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

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

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

border-color css

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

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

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