Html Css Color HEX #C03775 Medium Red Violet

📋 copy color: '#C03775'

red 192 ◦ green 55 ◦ blue 117

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

Shades of Medium Red Violet #C03775

Tints of Medium Red Violet #C03775

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.11%

 BLUE value IS 117 (46.09% from 255) = 32.14%

R = 52.75%
G = 15.11%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C03775 (or 0xC03775) is known color: Medium Red Violet. HEX triplet: C0, 37 and 75. RGB value is (192,55,117). Sum of RGB (Red+Green+Blue) = 192+55+117=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 55 (21.88% from 255 or 15.11% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C03775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03775 is #3FC88A. Grayscale: #666666. Windows color (decimal): -4180107 or 7681984. OLE color: 7681984.

HSL color Cylindrical-coordinate representation of color #C03775: hue angle of 332.85º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03775 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 55 117 -
CMYK 0 0.71 0.39 0.25
HSL 332.85º 0.55% 0.48% -
HSV(B) 332.85º 0.71% 0.75% -
XYZ 26.32 15.22 18.38 -
YUV 103.03 135.89 191.46 -
System Red Green Blue C M Y K H S L
Decimal 192 55 117 0 0.71 0.39 0.25 332.85 0.55 0.48
Hex C0 37 75 0 47 27 19 14D 37 30
Octal 300 67 165 0 107 47 31 515 67 60
Binary 11000000 110111 1110101 0 1000111 100111 11001 101001101 110111 110000

Color Harmonies of #C03775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03775

Black with #C03775

Text Example


Text Example

White with #C03775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03775; }

 p { color: rgb(192,55,117); }

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

background-color css

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

 a { background-color: rgb(192,55,117); }

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

border-color css

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

 span { border-color: rgb(192,55,117); }

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