Html Css Color HEX #C62396 Medium Violet Red

📋 copy color: '#C62396'

red 198 ◦ green 35 ◦ blue 150

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

Shades of Medium Violet Red #C62396

Tints of Medium Violet Red #C62396

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.14%

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

R = 51.7%
G = 9.14%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C62396 (or 0xC62396) is known color: Medium Violet Red. HEX triplet: C6, 23 and 96. RGB value is (198,35,150). Sum of RGB (Red+Green+Blue) = 198+35+150=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 35 (14.06% from 255 or 9.14% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C62396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62396 is #39DC69. Grayscale: #606060. Windows color (decimal): -3791978 or 9839558. OLE color: 9839558.

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

Color convert

RGB 198 35 150 -
CMYK 0 0.82 0.24 0.22
HSL 317.67º 0.7% 0.46% -
HSV(B) 317.67º 0.82% 0.78% -
XYZ 29.39 15.41 30.28 -
YUV 96.85 158 200.15 -
System Red Green Blue C M Y K H S L
Decimal 198 35 150 0 0.82 0.24 0.22 317.67 0.7 0.46
Hex C6 23 96 0 52 18 16 13E 46 2E
Octal 306 43 226 0 122 30 26 476 106 56
Binary 11000110 100011 10010110 0 1010010 11000 10110 100111110 1000110 101110

Color Harmonies of #C62396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62396

Black with #C62396

Text Example


Text Example

White with #C62396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62396; }

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

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

background-color css

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

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

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

border-color css

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

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

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