Html Css Color HEX #C03981 Medium Red Violet

📋 copy color: '#C03981'

red 192 ◦ green 57 ◦ blue 129

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

Shades of Medium Red Violet #C03981

Tints of Medium Red Violet #C03981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.13%

R = 50.79%
G = 15.08%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C03981 (or 0xC03981) is known color: Medium Red Violet. HEX triplet: C0, 39 and 81. RGB value is (192,57,129). Sum of RGB (Red+Green+Blue) = 192+57+129=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C03981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03981 is #3FC67E. Grayscale: #696969. Windows color (decimal): -4179583 or 8468928. OLE color: 8468928.

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

Color convert

RGB 192 57 129 -
CMYK 0 0.70 0.33 0.25
HSL 328º 0.54% 0.49% -
HSV(B) 328º 0.7% 0.75% -
XYZ 27.16 15.72 22.37 -
YUV 105.57 141.23 189.65 -
System Red Green Blue C M Y K H S L
Decimal 192 57 129 0 0.70 0.33 0.25 328 0.54 0.49
Hex C0 39 81 0 46 21 19 148 36 31
Octal 300 71 201 0 106 41 31 510 66 61
Binary 11000000 111001 10000001 0 1000110 100001 11001 101001000 110110 110001

Color Harmonies of #C03981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03981

Black with #C03981

Text Example


Text Example

White with #C03981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03981; }

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

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

background-color css

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

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

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

border-color css

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

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

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