Html Css Color HEX #C02590 Medium Red Violet

📋 copy color: '#C02590'

red 192 ◦ green 37 ◦ blue 144

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

Shades of Medium Red Violet #C02590

Tints of Medium Red Violet #C02590

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.92%

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

R = 51.47%
G = 9.92%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C02590 (or 0xC02590) is known color: Medium Red Violet. HEX triplet: C0, 25 and 90. RGB value is (192,37,144). Sum of RGB (Red+Green+Blue) = 192+37+144=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C02590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02590 is #3FDA6F. Grayscale: #5F5F5F. Windows color (decimal): -4184688 or 9446848. OLE color: 9446848.

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

Color convert

RGB 192 37 144 -
CMYK 0 0.81 0.25 0.25
HSL 318.58º 0.68% 0.45% -
HSV(B) 318.58º 0.81% 0.75% -
XYZ 27.43 14.54 27.75 -
YUV 95.54 155.35 196.8 -
System Red Green Blue C M Y K H S L
Decimal 192 37 144 0 0.81 0.25 0.25 318.58 0.68 0.45
Hex C0 25 90 0 51 19 19 13F 44 2D
Octal 300 45 220 0 121 31 31 477 104 55
Binary 11000000 100101 10010000 0 1010001 11001 11001 100111111 1000100 101101

Color Harmonies of #C02590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02590

Black with #C02590

Text Example


Text Example

White with #C02590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02590; }

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

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

background-color css

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

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

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

border-color css

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

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

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