Html Css Color HEX #C1317B Medium Red Violet

📋 copy color: '#C1317B'

red 193 ◦ green 49 ◦ blue 123

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

Shades of Medium Red Violet #C1317B

Tints of Medium Red Violet #C1317B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.42%

 BLUE value IS 123 (48.44% from 255) = 33.7%

R = 52.88%
G = 13.42%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1317B (or 0xC1317B) is known color: Medium Red Violet. HEX triplet: C1, 31 and 7B. RGB value is (193,49,123). Sum of RGB (Red+Green+Blue) = 193+49+123=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C1317B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1317B is #3ECE84. Grayscale: #646464. Windows color (decimal): -4116101 or 8073665. OLE color: 8073665.

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

Color convert

RGB 193 49 123 -
CMYK 0 0.75 0.36 0.24
HSL 329.17º 0.6% 0.47% -
HSV(B) 329.17º 0.75% 0.76% -
XYZ 26.67 14.96 20.22 -
YUV 100.49 140.71 193.98 -
System Red Green Blue C M Y K H S L
Decimal 193 49 123 0 0.75 0.36 0.24 329.17 0.6 0.47
Hex C1 31 7B 0 4B 24 18 149 3C 2F
Octal 301 61 173 0 113 44 30 511 74 57
Binary 11000001 110001 1111011 0 1001011 100100 11000 101001001 111100 101111

Color Harmonies of #C1317B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1317B

Black with #C1317B

Text Example


Text Example

White with #C1317B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1317B; }

 p { color: rgb(193,49,123); }

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

background-color css

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

 a { background-color: rgb(193,49,123); }

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

border-color css

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

 span { border-color: rgb(193,49,123); }

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