Html Css Color HEX #C02990 Medium Red Violet

📋 copy color: '#C02990'

red 192 ◦ green 41 ◦ blue 144

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

Shades of Medium Red Violet #C02990

Tints of Medium Red Violet #C02990

RGB

 RED value IS 192 (75.39% from 255) = 50.93%

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

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

R = 50.93%
G = 10.88%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C02990 (or 0xC02990) is known color: Medium Red Violet. HEX triplet: C0, 29 and 90. RGB value is (192,41,144). Sum of RGB (Red+Green+Blue) = 192+41+144=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 41 (16.41% from 255 or 10.88% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C02990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02990 is #3FD66F. Grayscale: #616161. Windows color (decimal): -4183664 or 9447872. OLE color: 9447872.

HSL color Cylindrical-coordinate representation of color #C02990: hue angle of 319.07º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02990 is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 41 144 -
CMYK 0 0.79 0.25 0.25
HSL 319.07º 0.65% 0.46% -
HSV(B) 319.07º 0.79% 0.75% -
XYZ 27.57 14.81 27.79 -
YUV 97.89 154.03 195.12 -
System Red Green Blue C M Y K H S L
Decimal 192 41 144 0 0.79 0.25 0.25 319.07 0.65 0.46
Hex C0 29 90 0 4F 19 19 13F 41 2E
Octal 300 51 220 0 117 31 31 477 101 56
Binary 11000000 101001 10010000 0 1001111 11001 11001 100111111 1000001 101110

Color Harmonies of #C02990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02990

Black with #C02990

Text Example


Text Example

White with #C02990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02990; }

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

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

background-color css

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

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

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

border-color css

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

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

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