Html Css Color HEX #C03D95 Medium Red Violet

📋 copy color: '#C03D95'

red 192 ◦ green 61 ◦ blue 149

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

Shades of Medium Red Violet #C03D95

Tints of Medium Red Violet #C03D95

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.17%

 BLUE value IS 149 (58.59% from 255) = 37.06%

R = 47.76%
G = 15.17%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C03D95 (or 0xC03D95) is known color: Medium Red Violet. HEX triplet: C0, 3D and 95. RGB value is (192,61,149). Sum of RGB (Red+Green+Blue) = 192+61+149=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 61 (24.22% from 255 or 15.17% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03D95 is #3FC26A. Grayscale: #6D6D6D. Windows color (decimal): -4178539 or 9780672. OLE color: 9780672.

HSL color Cylindrical-coordinate representation of color #C03D95: hue angle of 319.69º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03D95 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 61 149 -
CMYK 0 0.68 0.22 0.25
HSL 319.69º 0.52% 0.5% -
HSV(B) 319.69º 0.68% 0.75% -
XYZ 28.83 16.71 30.14 -
YUV 110.2 149.9 186.34 -
System Red Green Blue C M Y K H S L
Decimal 192 61 149 0 0.68 0.22 0.25 319.69 0.52 0.5
Hex C0 3D 95 0 44 16 19 140 34 32
Octal 300 75 225 0 104 26 31 500 64 62
Binary 11000000 111101 10010101 0 1000100 10110 11001 101000000 110100 110010

Color Harmonies of #C03D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03D95

Black with #C03D95

Text Example


Text Example

White with #C03D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03D95; }

 p { color: rgb(192,61,149); }

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

background-color css

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

 a { background-color: rgb(192,61,149); }

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

border-color css

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

 span { border-color: rgb(192,61,149); }

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