Html Css Color HEX #C02494 Medium Violet Red

📋 copy color: '#C02494'

red 192 ◦ green 36 ◦ blue 148

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

Shades of Medium Violet Red #C02494

Tints of Medium Violet Red #C02494

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.57%

 BLUE value IS 148 (58.2% from 255) = 39.36%

R = 51.06%
G = 9.57%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C02494 (or 0xC02494) is known color: Medium Violet Red. HEX triplet: C0, 24 and 94. RGB value is (192,36,148). Sum of RGB (Red+Green+Blue) = 192+36+148=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C02494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02494 is #3FDB6B. Grayscale: #5F5F5F. Windows color (decimal): -4184940 or 9708736. OLE color: 9708736.

HSL color Cylindrical-coordinate representation of color #C02494: hue angle of 316.92º 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 #C02494 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 36 148 -
CMYK 0 0.81 0.23 0.25
HSL 316.92º 0.68% 0.45% -
HSV(B) 316.92º 0.81% 0.75% -
XYZ 27.71 14.61 29.38 -
YUV 95.41 157.68 196.89 -
System Red Green Blue C M Y K H S L
Decimal 192 36 148 0 0.81 0.23 0.25 316.92 0.68 0.45
Hex C0 24 94 0 51 17 19 13D 44 2D
Octal 300 44 224 0 121 27 31 475 104 55
Binary 11000000 100100 10010100 0 1010001 10111 11001 100111101 1000100 101101

Color Harmonies of #C02494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02494

Black with #C02494

Text Example


Text Example

White with #C02494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02494; }

 p { color: rgb(192,36,148); }

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

background-color css

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

 a { background-color: rgb(192,36,148); }

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

border-color css

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

 span { border-color: rgb(192,36,148); }

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