Html Css Color HEX #C03997 Medium Red Violet

📋 copy color: '#C03997'

red 192 ◦ green 57 ◦ blue 151

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

Shades of Medium Red Violet #C03997

Tints of Medium Red Violet #C03997

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.25%

 BLUE value IS 151 (59.38% from 255) = 37.75%

R = 48%
G = 14.25%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C03997 (or 0xC03997) is known color: Medium Red Violet. HEX triplet: C0, 39 and 97. RGB value is (192,57,151). Sum of RGB (Red+Green+Blue) = 192+57+151=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 57 (22.66% from 255 or 14.25% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C03997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03997 is #3FC668. Grayscale: #6B6B6B. Windows color (decimal): -4179561 or 9910720. OLE color: 9910720.

HSL color Cylindrical-coordinate representation of color #C03997: hue angle of 318.22º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03997 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 57 151 -
CMYK 0 0.70 0.21 0.25
HSL 318.22º 0.54% 0.49% -
HSV(B) 318.22º 0.7% 0.75% -
XYZ 28.79 16.37 30.92 -
YUV 108.08 152.23 187.86 -
System Red Green Blue C M Y K H S L
Decimal 192 57 151 0 0.70 0.21 0.25 318.22 0.54 0.49
Hex C0 39 97 0 46 15 19 13E 36 31
Octal 300 71 227 0 106 25 31 476 66 61
Binary 11000000 111001 10010111 0 1000110 10101 11001 100111110 110110 110001

Color Harmonies of #C03997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03997

Black with #C03997

Text Example


Text Example

White with #C03997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03997; }

 p { color: rgb(192,57,151); }

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

background-color css

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

 a { background-color: rgb(192,57,151); }

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

border-color css

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

 span { border-color: rgb(192,57,151); }

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