Html Css Color HEX #C03E7D Medium Red Violet

📋 copy color: '#C03E7D'

red 192 ◦ green 62 ◦ blue 125

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

Shades of Medium Red Violet #C03E7D

Tints of Medium Red Violet #C03E7D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.36%

 BLUE value IS 125 (49.22% from 255) = 32.98%

R = 50.66%
G = 16.36%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C03E7D (or 0xC03E7D) is known color: Medium Red Violet. HEX triplet: C0, 3E and 7D. RGB value is (192,62,125). Sum of RGB (Red+Green+Blue) = 192+62+125=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 62 (24.61% from 255 or 16.36% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03E7D is #3FC182. Grayscale: #6B6B6B. Windows color (decimal): -4178307 or 8208064. OLE color: 8208064.

HSL color Cylindrical-coordinate representation of color #C03E7D: hue angle of 330.92º degrees, saturation: 0.51, 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 #C03E7D is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 62 125 -
CMYK 0 0.68 0.35 0.25
HSL 330.92º 0.51% 0.5% -
HSV(B) 330.92º 0.68% 0.75% -
XYZ 27.16 16.13 21.08 -
YUV 108.05 137.57 187.88 -
System Red Green Blue C M Y K H S L
Decimal 192 62 125 0 0.68 0.35 0.25 330.92 0.51 0.5
Hex C0 3E 7D 0 44 23 19 14B 33 32
Octal 300 76 175 0 104 43 31 513 63 62
Binary 11000000 111110 1111101 0 1000100 100011 11001 101001011 110011 110010

Color Harmonies of #C03E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03E7D

Black with #C03E7D

Text Example


Text Example

White with #C03E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03E7D; }

 p { color: rgb(192,62,125); }

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

background-color css

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

 a { background-color: rgb(192,62,125); }

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

border-color css

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

 span { border-color: rgb(192,62,125); }

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