Html Css Color HEX #C62090 Medium Violet Red

📋 copy color: '#C62090'

red 198 ◦ green 32 ◦ blue 144

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

Shades of Medium Violet Red #C62090

Tints of Medium Violet Red #C62090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.5%

R = 52.94%
G = 8.56%
B = 38.5%

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

#C62090 (or 0xC62090) is known color: Medium Violet Red. HEX triplet: C6, 20 and 90. RGB value is (198,32,144). Sum of RGB (Red+Green+Blue) = 198+32+144=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C62090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62090 is #39DF6F. Grayscale: #5E5E5E. Windows color (decimal): -3792752 or 9445574. OLE color: 9445574.

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

Color convert

RGB 198 32 144 -
CMYK 0 0.84 0.27 0.22
HSL 319.52º 0.72% 0.45% -
HSV(B) 319.52º 0.84% 0.78% -
XYZ 28.84 15.05 27.77 -
YUV 94.4 156 201.89 -
System Red Green Blue C M Y K H S L
Decimal 198 32 144 0 0.84 0.27 0.22 319.52 0.72 0.45
Hex C6 20 90 0 54 1B 16 140 48 2D
Octal 306 40 220 0 124 33 26 500 110 55
Binary 11000110 100000 10010000 0 1010100 11011 10110 101000000 1001000 101101

Color Harmonies of #C62090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62090

Black with #C62090

Text Example


Text Example

White with #C62090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62090; }

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

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

background-color css

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

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

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

border-color css

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

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

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