Html Css Color HEX #C03185 Medium Red Violet

📋 copy color: '#C03185'

red 192 ◦ green 49 ◦ blue 133

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

Shades of Medium Red Violet #C03185

Tints of Medium Red Violet #C03185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.56%

R = 51.34%
G = 13.1%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C03185 (or 0xC03185) is known color: Medium Red Violet. HEX triplet: C0, 31 and 85. RGB value is (192,49,133). Sum of RGB (Red+Green+Blue) = 192+49+133=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C03185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03185 is #3FCE7A. Grayscale: #656565. Windows color (decimal): -4181627 or 8729024. OLE color: 8729024.

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

Color convert

RGB 192 49 133 -
CMYK 0 0.74 0.31 0.25
HSL 324.76º 0.59% 0.47% -
HSV(B) 324.76º 0.74% 0.75% -
XYZ 27.07 15.1 23.68 -
YUV 101.33 145.88 192.67 -
System Red Green Blue C M Y K H S L
Decimal 192 49 133 0 0.74 0.31 0.25 324.76 0.59 0.47
Hex C0 31 85 0 4A 1F 19 145 3B 2F
Octal 300 61 205 0 112 37 31 505 73 57
Binary 11000000 110001 10000101 0 1001010 11111 11001 101000101 111011 101111

Color Harmonies of #C03185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03185

Black with #C03185

Text Example


Text Example

White with #C03185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03185; }

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

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

background-color css

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

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

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

border-color css

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

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

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