Html Css Color HEX #C1339B Medium Red Violet

📋 copy color: '#C1339B'

red 193 ◦ green 51 ◦ blue 155

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

Shades of Medium Red Violet #C1339B

Tints of Medium Red Violet #C1339B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.78%

 BLUE value IS 155 (60.94% from 255) = 38.85%

R = 48.37%
G = 12.78%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C1339B (or 0xC1339B) is known color: Medium Red Violet. HEX triplet: C1, 33 and 9B. RGB value is (193,51,155). Sum of RGB (Red+Green+Blue) = 193+51+155=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 51 (20.31% from 255 or 12.78% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C1339B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1339B is #3ECC64. Grayscale: #696969. Windows color (decimal): -4115557 or 10171329. OLE color: 10171329.

HSL color Cylindrical-coordinate representation of color #C1339B: hue angle of 316.06º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C1339B is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 51 155 -
CMYK 0 0.74 0.20 0.24
HSL 316.06º 0.58% 0.48% -
HSV(B) 316.06º 0.74% 0.76% -
XYZ 29.09 16.07 32.58 -
YUV 105.31 156.04 190.54 -
System Red Green Blue C M Y K H S L
Decimal 193 51 155 0 0.74 0.20 0.24 316.06 0.58 0.48
Hex C1 33 9B 0 4A 14 18 13C 3A 30
Octal 301 63 233 0 112 24 30 474 72 60
Binary 11000001 110011 10011011 0 1001010 10100 11000 100111100 111010 110000

Color Harmonies of #C1339B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1339B

Black with #C1339B

Text Example


Text Example

White with #C1339B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1339B; }

 p { color: rgb(193,51,155); }

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

background-color css

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

 a { background-color: rgb(193,51,155); }

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

border-color css

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

 span { border-color: rgb(193,51,155); }

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