Html Css Color HEX #C03B80 Medium Red Violet

📋 copy color: '#C03B80'

red 192 ◦ green 59 ◦ blue 128

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

Shades of Medium Red Violet #C03B80

Tints of Medium Red Violet #C03B80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.77%

R = 50.66%
G = 15.57%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C03B80 (or 0xC03B80) is known color: Medium Red Violet. HEX triplet: C0, 3B and 80. RGB value is (192,59,128). Sum of RGB (Red+Green+Blue) = 192+59+128=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03B80 is #3FC47F. Grayscale: #6A6A6A. Windows color (decimal): -4179072 or 8403904. OLE color: 8403904.

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

Color convert

RGB 192 59 128 -
CMYK 0 0.69 0.33 0.25
HSL 328.87º 0.53% 0.49% -
HSV(B) 328.87º 0.69% 0.75% -
XYZ 27.2 15.89 22.06 -
YUV 106.63 140.06 188.89 -
System Red Green Blue C M Y K H S L
Decimal 192 59 128 0 0.69 0.33 0.25 328.87 0.53 0.49
Hex C0 3B 80 0 45 21 19 149 35 31
Octal 300 73 200 0 105 41 31 511 65 61
Binary 11000000 111011 10000000 0 1000101 100001 11001 101001001 110101 110001

Color Harmonies of #C03B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B80

Black with #C03B80

Text Example


Text Example

White with #C03B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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