Html Css Color HEX #C03D90 Medium Red Violet

📋 copy color: '#C03D90'

red 192 ◦ green 61 ◦ blue 144

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

Shades of Medium Red Violet #C03D90

Tints of Medium Red Violet #C03D90

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.37%

 BLUE value IS 144 (56.64% from 255) = 36.27%

R = 48.36%
G = 15.37%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C03D90 (or 0xC03D90) is known color: Medium Red Violet. HEX triplet: C0, 3D and 90. RGB value is (192,61,144). Sum of RGB (Red+Green+Blue) = 192+61+144=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03D90 is #3FC26F. Grayscale: #6D6D6D. Windows color (decimal): -4178544 or 9452992. OLE color: 9452992.

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

Color convert

RGB 192 61 144 -
CMYK 0 0.68 0.25 0.25
HSL 321.98º 0.52% 0.5% -
HSV(B) 321.98º 0.68% 0.75% -
XYZ 28.44 16.56 28.08 -
YUV 109.63 147.4 186.75 -
System Red Green Blue C M Y K H S L
Decimal 192 61 144 0 0.68 0.25 0.25 321.98 0.52 0.5
Hex C0 3D 90 0 44 19 19 142 34 32
Octal 300 75 220 0 104 31 31 502 64 62
Binary 11000000 111101 10010000 0 1000100 11001 11001 101000010 110100 110010

Color Harmonies of #C03D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03D90

Black with #C03D90

Text Example


Text Example

White with #C03D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03D90; }

 p { color: rgb(192,61,144); }

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

background-color css

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

 a { background-color: rgb(192,61,144); }

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

border-color css

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

 span { border-color: rgb(192,61,144); }

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