Html Css Color HEX #C03192 Medium Red Violet

📋 copy color: '#C03192'

red 192 ◦ green 49 ◦ blue 146

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

Shades of Medium Red Violet #C03192

Tints of Medium Red Violet #C03192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.73%

R = 49.61%
G = 12.66%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C03192 (or 0xC03192) is known color: Medium Red Violet. HEX triplet: C0, 31 and 92. RGB value is (192,49,146). Sum of RGB (Red+Green+Blue) = 192+49+146=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C03192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03192 is #3FCE6D. Grayscale: #666666. Windows color (decimal): -4181614 or 9580992. OLE color: 9580992.

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

Color convert

RGB 192 49 146 -
CMYK 0 0.74 0.24 0.25
HSL 319.3º 0.59% 0.47% -
HSV(B) 319.3º 0.74% 0.75% -
XYZ 28.02 15.48 28.7 -
YUV 102.82 152.38 191.61 -
System Red Green Blue C M Y K H S L
Decimal 192 49 146 0 0.74 0.24 0.25 319.3 0.59 0.47
Hex C0 31 92 0 4A 18 19 13F 3B 2F
Octal 300 61 222 0 112 30 31 477 73 57
Binary 11000000 110001 10010010 0 1001010 11000 11001 100111111 111011 101111

Color Harmonies of #C03192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03192

Black with #C03192

Text Example


Text Example

White with #C03192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03192; }

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

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

background-color css

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

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

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

border-color css

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

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

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