Html Css Color HEX #C62096 Medium Violet Red

📋 copy color: '#C62096'

red 198 ◦ green 32 ◦ blue 150

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

Shades of Medium Violet Red #C62096

Tints of Medium Violet Red #C62096

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.42%

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

R = 52.11%
G = 8.42%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C62096 (or 0xC62096) is known color: Medium Violet Red. HEX triplet: C6, 20 and 96. RGB value is (198,32,150). Sum of RGB (Red+Green+Blue) = 198+32+150=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C62096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62096 is #39DF69. Grayscale: #5E5E5E. Windows color (decimal): -3792746 or 9838790. OLE color: 9838790.

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

Color convert

RGB 198 32 150 -
CMYK 0 0.84 0.24 0.22
HSL 317.35º 0.72% 0.45% -
HSV(B) 317.35º 0.84% 0.78% -
XYZ 29.31 15.24 30.25 -
YUV 95.09 159 201.41 -
System Red Green Blue C M Y K H S L
Decimal 198 32 150 0 0.84 0.24 0.22 317.35 0.72 0.45
Hex C6 20 96 0 54 18 16 13D 48 2D
Octal 306 40 226 0 124 30 26 475 110 55
Binary 11000110 100000 10010110 0 1010100 11000 10110 100111101 1001000 101101

Color Harmonies of #C62096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62096

Black with #C62096

Text Example


Text Example

White with #C62096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62096; }

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

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

background-color css

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

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

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

border-color css

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

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

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