Html Css Color HEX #C62091 Medium Violet Red

📋 copy color: '#C62091'

red 198 ◦ green 32 ◦ blue 145

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

Shades of Medium Violet Red #C62091

Tints of Medium Violet Red #C62091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.67%

R = 52.8%
G = 8.53%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C62091 (or 0xC62091) is known color: Medium Violet Red. HEX triplet: C6, 20 and 91. RGB value is (198,32,145). Sum of RGB (Red+Green+Blue) = 198+32+145=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C62091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62091 is #39DF6E. Grayscale: #5E5E5E. Windows color (decimal): -3792751 or 9511110. OLE color: 9511110.

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

Color convert

RGB 198 32 145 -
CMYK 0 0.84 0.27 0.22
HSL 319.16º 0.72% 0.45% -
HSV(B) 319.16º 0.84% 0.78% -
XYZ 28.92 15.08 28.18 -
YUV 94.52 156.5 201.81 -
System Red Green Blue C M Y K H S L
Decimal 198 32 145 0 0.84 0.27 0.22 319.16 0.72 0.45
Hex C6 20 91 0 54 1B 16 13F 48 2D
Octal 306 40 221 0 124 33 26 477 110 55
Binary 11000110 100000 10010001 0 1010100 11011 10110 100111111 1001000 101101

Color Harmonies of #C62091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62091

Black with #C62091

Text Example


Text Example

White with #C62091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62091; }

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

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

background-color css

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

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

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

border-color css

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

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

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