Html Css Color HEX #C61896 Medium Violet Red

📋 copy color: '#C61896'

red 198 ◦ green 24 ◦ blue 150

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

Shades of Medium Violet Red #C61896

Tints of Medium Violet Red #C61896

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.45%

 BLUE value IS 150 (58.98% from 255) = 40.32%

R = 53.23%
G = 6.45%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C61896 (or 0xC61896) is known color: Medium Violet Red. HEX triplet: C6, 18 and 96. RGB value is (198,24,150). Sum of RGB (Red+Green+Blue) = 198+24+150=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C61896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61896 is #39E769. Grayscale: #5A5A5A. Windows color (decimal): -3794794 or 9836742. OLE color: 9836742.

HSL color Cylindrical-coordinate representation of color #C61896: hue angle of 316.55º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61896 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 24 150 -
CMYK 0 0.88 0.24 0.22
HSL 316.55º 0.78% 0.44% -
HSV(B) 316.55º 0.88% 0.78% -
XYZ 29.12 14.86 30.19 -
YUV 90.39 161.65 204.75 -
System Red Green Blue C M Y K H S L
Decimal 198 24 150 0 0.88 0.24 0.22 316.55 0.78 0.44
Hex C6 18 96 0 58 18 16 13D 4E 2C
Octal 306 30 226 0 130 30 26 475 116 54
Binary 11000110 11000 10010110 0 1011000 11000 10110 100111101 1001110 101100

Color Harmonies of #C61896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61896

Black with #C61896

Text Example


Text Example

White with #C61896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61896; }

 p { color: rgb(198,24,150); }

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

background-color css

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

 a { background-color: rgb(198,24,150); }

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

border-color css

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

 span { border-color: rgb(198,24,150); }

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