Html Css Color HEX #C03C95 Medium Red Violet

📋 copy color: '#C03C95'

red 192 ◦ green 60 ◦ blue 149

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

Shades of Medium Red Violet #C03C95

Tints of Medium Red Violet #C03C95

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.96%

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

R = 47.88%
G = 14.96%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C03C95 (or 0xC03C95) is known color: Medium Red Violet. HEX triplet: C0, 3C and 95. RGB value is (192,60,149). Sum of RGB (Red+Green+Blue) = 192+60+149=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03C95 is #3FC36A. Grayscale: #6D6D6D. Windows color (decimal): -4178795 or 9780416. OLE color: 9780416.

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

Color convert

RGB 192 60 149 -
CMYK 0 0.69 0.22 0.25
HSL 319.55º 0.52% 0.49% -
HSV(B) 319.55º 0.69% 0.75% -
XYZ 28.78 16.61 30.12 -
YUV 109.61 150.23 186.76 -
System Red Green Blue C M Y K H S L
Decimal 192 60 149 0 0.69 0.22 0.25 319.55 0.52 0.49
Hex C0 3C 95 0 45 16 19 140 34 31
Octal 300 74 225 0 105 26 31 500 64 61
Binary 11000000 111100 10010101 0 1000101 10110 11001 101000000 110100 110001

Color Harmonies of #C03C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03C95

Black with #C03C95

Text Example


Text Example

White with #C03C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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