Html Css Color HEX #C03186 Medium Red Violet

📋 copy color: '#C03186'

red 192 ◦ green 49 ◦ blue 134

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

Shades of Medium Red Violet #C03186

Tints of Medium Red Violet #C03186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 35.73%

R = 51.2%
G = 13.07%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C03186 (or 0xC03186) is known color: Medium Red Violet. HEX triplet: C0, 31 and 86. RGB value is (192,49,134). Sum of RGB (Red+Green+Blue) = 192+49+134=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C03186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03186 is #3FCE79. Grayscale: #656565. Windows color (decimal): -4181626 or 8794560. OLE color: 8794560.

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

Color convert

RGB 192 49 134 -
CMYK 0 0.74 0.30 0.25
HSL 324.34º 0.59% 0.47% -
HSV(B) 324.34º 0.74% 0.75% -
XYZ 27.14 15.12 24.04 -
YUV 101.45 146.38 192.59 -
System Red Green Blue C M Y K H S L
Decimal 192 49 134 0 0.74 0.30 0.25 324.34 0.59 0.47
Hex C0 31 86 0 4A 1E 19 144 3B 2F
Octal 300 61 206 0 112 36 31 504 73 57
Binary 11000000 110001 10000110 0 1001010 11110 11001 101000100 111011 101111

Color Harmonies of #C03186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03186

Black with #C03186

Text Example


Text Example

White with #C03186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03186; }

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

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

background-color css

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

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

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

border-color css

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

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

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