Html Css Color HEX #C03194 Medium Red Violet

📋 copy color: '#C03194'

red 192 ◦ green 49 ◦ blue 148

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

Shades of Medium Red Violet #C03194

Tints of Medium Red Violet #C03194

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.6%

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

R = 49.36%
G = 12.6%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C03194 (or 0xC03194) is known color: Medium Red Violet. HEX triplet: C0, 31 and 94. RGB value is (192,49,148). Sum of RGB (Red+Green+Blue) = 192+49+148=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 49 (19.53% from 255 or 12.60% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C03194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03194 is #3FCE6B. Grayscale: #666666. Windows color (decimal): -4181612 or 9712064. OLE color: 9712064.

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

Color convert

RGB 192 49 148 -
CMYK 0 0.74 0.23 0.25
HSL 318.46º 0.59% 0.47% -
HSV(B) 318.46º 0.74% 0.75% -
XYZ 28.18 15.54 29.53 -
YUV 103.04 153.38 191.45 -
System Red Green Blue C M Y K H S L
Decimal 192 49 148 0 0.74 0.23 0.25 318.46 0.59 0.47
Hex C0 31 94 0 4A 17 19 13E 3B 2F
Octal 300 61 224 0 112 27 31 476 73 57
Binary 11000000 110001 10010100 0 1001010 10111 11001 100111110 111011 101111

Color Harmonies of #C03194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03194

Black with #C03194

Text Example


Text Example

White with #C03194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03194; }

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

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

background-color css

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

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

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

border-color css

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

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

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