Html Css Color HEX #C1348B Medium Red Violet

📋 copy color: '#C1348B'

red 193 ◦ green 52 ◦ blue 139

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

Shades of Medium Red Violet #C1348B

Tints of Medium Red Violet #C1348B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.2%

R = 50.26%
G = 13.54%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1348B (or 0xC1348B) is known color: Medium Red Violet. HEX triplet: C1, 34 and 8B. RGB value is (193,52,139). Sum of RGB (Red+Green+Blue) = 193+52+139=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 52 (20.70% from 255 or 13.54% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C1348B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1348B is #3ECB74. Grayscale: #676767. Windows color (decimal): -4115317 or 9123009. OLE color: 9123009.

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

Color convert

RGB 193 52 139 -
CMYK 0 0.73 0.28 0.24
HSL 322.98º 0.58% 0.48% -
HSV(B) 322.98º 0.73% 0.76% -
XYZ 27.88 15.66 25.98 -
YUV 104.08 147.71 191.43 -
System Red Green Blue C M Y K H S L
Decimal 193 52 139 0 0.73 0.28 0.24 322.98 0.58 0.48
Hex C1 34 8B 0 49 1C 18 143 3A 30
Octal 301 64 213 0 111 34 30 503 72 60
Binary 11000001 110100 10001011 0 1001001 11100 11000 101000011 111010 110000

Color Harmonies of #C1348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1348B

Black with #C1348B

Text Example


Text Example

White with #C1348B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1348B; }

 p { color: rgb(193,52,139); }

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

background-color css

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

 a { background-color: rgb(193,52,139); }

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

border-color css

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

 span { border-color: rgb(193,52,139); }

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