Html Css Color HEX #C62990 Medium Red Violet

📋 copy color: '#C62990'

red 198 ◦ green 41 ◦ blue 144

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

Shades of Medium Red Violet #C62990

Tints of Medium Red Violet #C62990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.7%

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

R = 51.7%
G = 10.7%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C62990 (or 0xC62990) is known color: Medium Red Violet. HEX triplet: C6, 29 and 90. RGB value is (198,41,144). Sum of RGB (Red+Green+Blue) = 198+41+144=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 41 (16.41% from 255 or 10.70% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C62990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62990 is #39D66F. Grayscale: #636363. Windows color (decimal): -3790448 or 9447878. OLE color: 9447878.

HSL color Cylindrical-coordinate representation of color #C62990: hue angle of 320.64º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C62990 is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 41 144 -
CMYK 0 0.79 0.27 0.22
HSL 320.64º 0.66% 0.47% -
HSV(B) 320.64º 0.79% 0.78% -
XYZ 29.12 15.61 27.86 -
YUV 99.69 153.01 198.12 -
System Red Green Blue C M Y K H S L
Decimal 198 41 144 0 0.79 0.27 0.22 320.64 0.66 0.47
Hex C6 29 90 0 4F 1B 16 141 42 2F
Octal 306 51 220 0 117 33 26 501 102 57
Binary 11000110 101001 10010000 0 1001111 11011 10110 101000001 1000010 101111

Color Harmonies of #C62990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62990

Black with #C62990

Text Example


Text Example

White with #C62990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62990; }

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

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

background-color css

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

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

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

border-color css

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

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

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