Html Css Color HEX #C00394 Medium Violet Red

📋 copy color: '#C00394'

red 192 ◦ green 3 ◦ blue 148

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

Shades of Medium Violet Red #C00394

Tints of Medium Violet Red #C00394

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.87%

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

R = 55.98%
G = 0.87%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C00394 (or 0xC00394) is known color: Medium Violet Red. HEX triplet: C0, 03 and 94. RGB value is (192,3,148). Sum of RGB (Red+Green+Blue) = 192+3+148=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C00394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00394 is #3FFC6B. Grayscale: #4B4B4B. Windows color (decimal): -4193388 or 9700288. OLE color: 9700288.

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

Color convert

RGB 192 3 148 -
CMYK 0 0.98 0.23 0.25
HSL 313.97º 0.97% 0.38% -
HSV(B) 313.97º 0.98% 0.75% -
XYZ 27.12 13.41 29.18 -
YUV 76.04 168.62 210.71 -
System Red Green Blue C M Y K H S L
Decimal 192 3 148 0 0.98 0.23 0.25 313.97 0.97 0.38
Hex C0 3 94 0 62 17 19 13A 61 26
Octal 300 3 224 0 142 27 31 472 141 46
Binary 11000000 11 10010100 0 1100010 10111 11001 100111010 1100001 100110

Color Harmonies of #C00394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00394

Black with #C00394

Text Example


Text Example

White with #C00394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00394; }

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

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

background-color css

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

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

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

border-color css

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

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

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