Html Css Color HEX #C02394 Medium Violet Red

📋 copy color: '#C02394'

red 192 ◦ green 35 ◦ blue 148

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

Shades of Medium Violet Red #C02394

Tints of Medium Violet Red #C02394

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.33%

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

R = 51.2%
G = 9.33%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C02394 (or 0xC02394) is known color: Medium Violet Red. HEX triplet: C0, 23 and 94. RGB value is (192,35,148). Sum of RGB (Red+Green+Blue) = 192+35+148=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 35 (14.06% from 255 or 9.33% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C02394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02394 is #3FDC6B. Grayscale: #5E5E5E. Windows color (decimal): -4185196 or 9708480. OLE color: 9708480.

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

Color convert

RGB 192 35 148 -
CMYK 0 0.82 0.23 0.25
HSL 316.82º 0.69% 0.45% -
HSV(B) 316.82º 0.82% 0.75% -
XYZ 27.68 14.55 29.37 -
YUV 94.83 158.01 197.31 -
System Red Green Blue C M Y K H S L
Decimal 192 35 148 0 0.82 0.23 0.25 316.82 0.69 0.45
Hex C0 23 94 0 52 17 19 13D 45 2D
Octal 300 43 224 0 122 27 31 475 105 55
Binary 11000000 100011 10010100 0 1010010 10111 11001 100111101 1000101 101101

Color Harmonies of #C02394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02394

Black with #C02394

Text Example


Text Example

White with #C02394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02394; }

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

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

background-color css

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

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

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

border-color css

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

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

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