Html Css Color HEX #C62092 Medium Violet Red

📋 copy color: '#C62092'

red 198 ◦ green 32 ◦ blue 146

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

Shades of Medium Violet Red #C62092

Tints of Medium Violet Red #C62092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.83%

R = 52.66%
G = 8.51%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C62092 (or 0xC62092) is known color: Medium Violet Red. HEX triplet: C6, 20 and 92. RGB value is (198,32,146). Sum of RGB (Red+Green+Blue) = 198+32+146=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C62092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62092 is #39DF6D. Grayscale: #5E5E5E. Windows color (decimal): -3792750 or 9576646. OLE color: 9576646.

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

Color convert

RGB 198 32 146 -
CMYK 0 0.84 0.26 0.22
HSL 318.8º 0.72% 0.45% -
HSV(B) 318.8º 0.84% 0.78% -
XYZ 28.99 15.11 28.58 -
YUV 94.63 157 201.73 -
System Red Green Blue C M Y K H S L
Decimal 198 32 146 0 0.84 0.26 0.22 318.8 0.72 0.45
Hex C6 20 92 0 54 1A 16 13F 48 2D
Octal 306 40 222 0 124 32 26 477 110 55
Binary 11000110 100000 10010010 0 1010100 11010 10110 100111111 1001000 101101

Color Harmonies of #C62092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62092

Black with #C62092

Text Example


Text Example

White with #C62092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62092; }

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

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

background-color css

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

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

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

border-color css

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

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

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