Html Css Color HEX #C03480 Medium Red Violet

📋 copy color: '#C03480'

red 192 ◦ green 52 ◦ blue 128

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

Shades of Medium Red Violet #C03480

Tints of Medium Red Violet #C03480

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.98%

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

R = 51.61%
G = 13.98%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C03480 (or 0xC03480) is known color: Medium Red Violet. HEX triplet: C0, 34 and 80. RGB value is (192,52,128). Sum of RGB (Red+Green+Blue) = 192+52+128=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C03480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03480 is #3FCB7F. Grayscale: #666666. Windows color (decimal): -4180864 or 8402112. OLE color: 8402112.

HSL color Cylindrical-coordinate representation of color #C03480: hue angle of 327.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03480 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 52 128 -
CMYK 0 0.73 0.33 0.25
HSL 327.43º 0.57% 0.48% -
HSV(B) 327.43º 0.73% 0.75% -
XYZ 26.86 15.22 21.94 -
YUV 102.52 142.38 191.82 -
System Red Green Blue C M Y K H S L
Decimal 192 52 128 0 0.73 0.33 0.25 327.43 0.57 0.48
Hex C0 34 80 0 49 21 19 147 39 30
Octal 300 64 200 0 111 41 31 507 71 60
Binary 11000000 110100 10000000 0 1001001 100001 11001 101000111 111001 110000

Color Harmonies of #C03480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03480

Black with #C03480

Text Example


Text Example

White with #C03480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03480; }

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

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

background-color css

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

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

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

border-color css

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

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

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