Html Css Color HEX #C03C8F Medium Red Violet

📋 copy color: '#C03C8F'

red 192 ◦ green 60 ◦ blue 143

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

Shades of Medium Red Violet #C03C8F

Tints of Medium Red Violet #C03C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.2%

R = 48.61%
G = 15.19%
B = 36.2%

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

#C03C8F (or 0xC03C8F) is known color: Medium Red Violet. HEX triplet: C0, 3C and 8F. RGB value is (192,60,143). Sum of RGB (Red+Green+Blue) = 192+60+143=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03C8F is #3FC370. Grayscale: #6C6C6C. Windows color (decimal): -4178801 or 9387200. OLE color: 9387200.

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

Color convert

RGB 192 60 143 -
CMYK 0 0.69 0.26 0.25
HSL 322.27º 0.52% 0.49% -
HSV(B) 322.27º 0.69% 0.75% -
XYZ 28.31 16.42 27.66 -
YUV 108.93 147.23 187.25 -
System Red Green Blue C M Y K H S L
Decimal 192 60 143 0 0.69 0.26 0.25 322.27 0.52 0.49
Hex C0 3C 8F 0 45 1A 19 142 34 31
Octal 300 74 217 0 105 32 31 502 64 61
Binary 11000000 111100 10001111 0 1000101 11010 11001 101000010 110100 110001

Color Harmonies of #C03C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03C8F

Black with #C03C8F

Text Example


Text Example

White with #C03C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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