Html Css Color HEX #C6219F Medium Violet Red

📋 copy color: '#C6219F'

red 198 ◦ green 33 ◦ blue 159

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

Shades of Medium Violet Red #C6219F

Tints of Medium Violet Red #C6219F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.77%

R = 50.77%
G = 8.46%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C6219F (or 0xC6219F) is known color: Medium Violet Red. HEX triplet: C6, 21 and 9F. RGB value is (198,33,159). Sum of RGB (Red+Green+Blue) = 198+33+159=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 33 (13.28% from 255 or 8.46% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C6219F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6219F is #39DE60. Grayscale: #606060. Windows color (decimal): -3792481 or 10428870. OLE color: 10428870.

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

Color convert

RGB 198 33 159 -
CMYK 0 0.83 0.20 0.22
HSL 314.18º 0.71% 0.45% -
HSV(B) 314.18º 0.83% 0.78% -
XYZ 30.09 15.6 34.23 -
YUV 96.7 163.16 200.25 -
System Red Green Blue C M Y K H S L
Decimal 198 33 159 0 0.83 0.20 0.22 314.18 0.71 0.45
Hex C6 21 9F 0 53 14 16 13A 47 2D
Octal 306 41 237 0 123 24 26 472 107 55
Binary 11000110 100001 10011111 0 1010011 10100 10110 100111010 1000111 101101

Color Harmonies of #C6219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6219F

Black with #C6219F

Text Example


Text Example

White with #C6219F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6219F; }

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

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

background-color css

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

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

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

border-color css

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

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

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