Html Css Color HEX #C6219B Medium Violet Red

📋 copy color: '#C6219B'

red 198 ◦ green 33 ◦ blue 155

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

Shades of Medium Violet Red #C6219B

Tints of Medium Violet Red #C6219B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.16%

R = 51.3%
G = 8.55%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C6219B (or 0xC6219B) is known color: Medium Violet Red. HEX triplet: C6, 21 and 9B. RGB value is (198,33,155). Sum of RGB (Red+Green+Blue) = 198+33+155=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C6219B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6219B is #39DE64. Grayscale: #5F5F5F. Windows color (decimal): -3792485 or 10166726. OLE color: 10166726.

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

Color convert

RGB 198 33 155 -
CMYK 0 0.83 0.22 0.22
HSL 315.64º 0.71% 0.45% -
HSV(B) 315.64º 0.83% 0.78% -
XYZ 29.75 15.46 32.43 -
YUV 96.24 161.16 200.58 -
System Red Green Blue C M Y K H S L
Decimal 198 33 155 0 0.83 0.22 0.22 315.64 0.71 0.45
Hex C6 21 9B 0 53 16 16 13C 47 2D
Octal 306 41 233 0 123 26 26 474 107 55
Binary 11000110 100001 10011011 0 1010011 10110 10110 100111100 1000111 101101

Color Harmonies of #C6219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6219B

Black with #C6219B

Text Example


Text Example

White with #C6219B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6219B; }

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

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

background-color css

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

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

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

border-color css

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

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

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