Html Css Color HEX #C13080 Medium Red Violet

📋 copy color: '#C13080'

red 193 ◦ green 48 ◦ blue 128

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

Shades of Medium Red Violet #C13080

Tints of Medium Red Violet #C13080

RGB

 RED value IS 193 (75.78% from 255) = 52.3%

 GREEN value IS 48 (19.14% from 255) = 13.01%

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

R = 52.3%
G = 13.01%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C13080 (or 0xC13080) is known color: Medium Red Violet. HEX triplet: C1, 30 and 80. RGB value is (193,48,128). Sum of RGB (Red+Green+Blue) = 193+48+128=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C13080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13080 is #3ECF7F. Grayscale: #646464. Windows color (decimal): -4116352 or 8401089. OLE color: 8401089.

HSL color Cylindrical-coordinate representation of color #C13080: hue angle of 326.9º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C13080 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 48 128 -
CMYK 0 0.75 0.34 0.24
HSL 326.9º 0.6% 0.47% -
HSV(B) 326.9º 0.75% 0.76% -
XYZ 26.95 15.01 21.9 -
YUV 100.48 143.54 194 -
System Red Green Blue C M Y K H S L
Decimal 193 48 128 0 0.75 0.34 0.24 326.9 0.6 0.47
Hex C1 30 80 0 4B 22 18 147 3C 2F
Octal 301 60 200 0 113 42 30 507 74 57
Binary 11000001 110000 10000000 0 1001011 100010 11000 101000111 111100 101111

Color Harmonies of #C13080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13080

Black with #C13080

Text Example


Text Example

White with #C13080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13080; }

 p { color: rgb(193,48,128); }

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

background-color css

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

 a { background-color: rgb(193,48,128); }

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

border-color css

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

 span { border-color: rgb(193,48,128); }

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