Html Css Color HEX #C03B8E Medium Red Violet

📋 copy color: '#C03B8E'

red 192 ◦ green 59 ◦ blue 142

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

Shades of Medium Red Violet #C03B8E

Tints of Medium Red Violet #C03B8E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.01%

 BLUE value IS 142 (55.86% from 255) = 36.13%

R = 48.85%
G = 15.01%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C03B8E (or 0xC03B8E) is known color: Medium Red Violet. HEX triplet: C0, 3B and 8E. RGB value is (192,59,142). Sum of RGB (Red+Green+Blue) = 192+59+142=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03B8E is #3FC471. Grayscale: #6C6C6C. Windows color (decimal): -4179058 or 9321408. OLE color: 9321408.

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

Color convert

RGB 192 59 142 -
CMYK 0 0.69 0.26 0.25
HSL 322.56º 0.53% 0.49% -
HSV(B) 322.56º 0.69% 0.75% -
XYZ 28.18 16.29 27.25 -
YUV 108.23 147.06 187.75 -
System Red Green Blue C M Y K H S L
Decimal 192 59 142 0 0.69 0.26 0.25 322.56 0.53 0.49
Hex C0 3B 8E 0 45 1A 19 143 35 31
Octal 300 73 216 0 105 32 31 503 65 61
Binary 11000000 111011 10001110 0 1000101 11010 11001 101000011 110101 110001

Color Harmonies of #C03B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B8E

Black with #C03B8E

Text Example


Text Example

White with #C03B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B8E; }

 p { color: rgb(192,59,142); }

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

background-color css

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

 a { background-color: rgb(192,59,142); }

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

border-color css

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

 span { border-color: rgb(192,59,142); }

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