Html Css Color HEX #C02890 Medium Red Violet

📋 copy color: '#C02890'

red 192 ◦ green 40 ◦ blue 144

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

Shades of Medium Red Violet #C02890

Tints of Medium Red Violet #C02890

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.64%

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

R = 51.06%
G = 10.64%
B = 38.3%

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

#C02890 (or 0xC02890) is known color: Medium Red Violet. HEX triplet: C0, 28 and 90. RGB value is (192,40,144). Sum of RGB (Red+Green+Blue) = 192+40+144=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 40 (16.02% from 255 or 10.64% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C02890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02890 is #3FD76F. Grayscale: #616161. Windows color (decimal): -4183920 or 9447616. OLE color: 9447616.

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

Color convert

RGB 192 40 144 -
CMYK 0 0.79 0.25 0.25
HSL 318.95º 0.66% 0.45% -
HSV(B) 318.95º 0.79% 0.75% -
XYZ 27.53 14.74 27.78 -
YUV 97.3 154.36 195.54 -
System Red Green Blue C M Y K H S L
Decimal 192 40 144 0 0.79 0.25 0.25 318.95 0.66 0.45
Hex C0 28 90 0 4F 19 19 13F 42 2D
Octal 300 50 220 0 117 31 31 477 102 55
Binary 11000000 101000 10010000 0 1001111 11001 11001 100111111 1000010 101101

Color Harmonies of #C02890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02890

Black with #C02890

Text Example


Text Example

White with #C02890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02890; }

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

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

background-color css

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

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

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

border-color css

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

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

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