Html Css Color HEX #C02790 Medium Red Violet

📋 copy color: '#C02790'

red 192 ◦ green 39 ◦ blue 144

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

Shades of Medium Red Violet #C02790

Tints of Medium Red Violet #C02790

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.4%

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

R = 51.2%
G = 10.4%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C02790 (or 0xC02790) is known color: Medium Red Violet. HEX triplet: C0, 27 and 90. RGB value is (192,39,144). Sum of RGB (Red+Green+Blue) = 192+39+144=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C02790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02790 is #3FD86F. Grayscale: #606060. Windows color (decimal): -4184176 or 9447360. OLE color: 9447360.

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

Color convert

RGB 192 39 144 -
CMYK 0 0.80 0.25 0.25
HSL 318.82º 0.66% 0.45% -
HSV(B) 318.82º 0.8% 0.75% -
XYZ 27.5 14.67 27.77 -
YUV 96.72 154.69 195.96 -
System Red Green Blue C M Y K H S L
Decimal 192 39 144 0 0.80 0.25 0.25 318.82 0.66 0.45
Hex C0 27 90 0 50 19 19 13F 42 2D
Octal 300 47 220 0 120 31 31 477 102 55
Binary 11000000 100111 10010000 0 1010000 11001 11001 100111111 1000010 101101

Color Harmonies of #C02790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02790

Black with #C02790

Text Example


Text Example

White with #C02790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02790; }

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

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

background-color css

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

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

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

border-color css

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

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

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