Html Css Color HEX #C03C8D Medium Red Violet

📋 copy color: '#C03C8D'

red 192 ◦ green 60 ◦ blue 141

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

Shades of Medium Red Violet #C03C8D

Tints of Medium Red Violet #C03C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.88%

R = 48.85%
G = 15.27%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C03C8D (or 0xC03C8D) is known color: Medium Red Violet. HEX triplet: C0, 3C and 8D. RGB value is (192,60,141). Sum of RGB (Red+Green+Blue) = 192+60+141=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03C8D is #3FC372. Grayscale: #6C6C6C. Windows color (decimal): -4178803 or 9256128. OLE color: 9256128.

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

Color convert

RGB 192 60 141 -
CMYK 0 0.69 0.27 0.25
HSL 323.18º 0.52% 0.49% -
HSV(B) 323.18º 0.69% 0.75% -
XYZ 28.16 16.36 26.87 -
YUV 108.7 146.23 187.41 -
System Red Green Blue C M Y K H S L
Decimal 192 60 141 0 0.69 0.27 0.25 323.18 0.52 0.49
Hex C0 3C 8D 0 45 1B 19 143 34 31
Octal 300 74 215 0 105 33 31 503 64 61
Binary 11000000 111100 10001101 0 1000101 11011 11001 101000011 110100 110001

Color Harmonies of #C03C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03C8D

Black with #C03C8D

Text Example


Text Example

White with #C03C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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