Html Css Color HEX #C1308F Medium Red Violet

📋 copy color: '#C1308F'

red 193 ◦ green 48 ◦ blue 143

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

Shades of Medium Red Violet #C1308F

Tints of Medium Red Violet #C1308F

RGB

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

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

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

R = 50.26%
G = 12.5%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C1308F (or 0xC1308F) is known color: Medium Red Violet. HEX triplet: C1, 30 and 8F. RGB value is (193,48,143). Sum of RGB (Red+Green+Blue) = 193+48+143=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C1308F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1308F is #3ECF70. Grayscale: #656565. Windows color (decimal): -4116337 or 9384129. OLE color: 9384129.

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

Color convert

RGB 193 48 143 -
CMYK 0 0.75 0.26 0.24
HSL 320.69º 0.6% 0.47% -
HSV(B) 320.69º 0.75% 0.76% -
XYZ 28.01 15.43 27.49 -
YUV 102.19 151.04 192.78 -
System Red Green Blue C M Y K H S L
Decimal 193 48 143 0 0.75 0.26 0.24 320.69 0.6 0.47
Hex C1 30 8F 0 4B 1A 18 141 3C 2F
Octal 301 60 217 0 113 32 30 501 74 57
Binary 11000001 110000 10001111 0 1001011 11010 11000 101000001 111100 101111

Color Harmonies of #C1308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1308F

Black with #C1308F

Text Example


Text Example

White with #C1308F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1308F; }

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

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

background-color css

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

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

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

border-color css

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

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

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