Html Css Color HEX #C1348E Medium Red Violet

📋 copy color: '#C1348E'

red 193 ◦ green 52 ◦ blue 142

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

Shades of Medium Red Violet #C1348E

Tints of Medium Red Violet #C1348E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.69%

R = 49.87%
G = 13.44%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C1348E (or 0xC1348E) is known color: Medium Red Violet. HEX triplet: C1, 34 and 8E. RGB value is (193,52,142). Sum of RGB (Red+Green+Blue) = 193+52+142=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C1348E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1348E is #3ECB71. Grayscale: #686868. Windows color (decimal): -4115314 or 9319617. OLE color: 9319617.

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

Color convert

RGB 193 52 142 -
CMYK 0 0.73 0.26 0.24
HSL 321.7º 0.58% 0.48% -
HSV(B) 321.7º 0.73% 0.76% -
XYZ 28.1 15.75 27.15 -
YUV 104.42 149.21 191.18 -
System Red Green Blue C M Y K H S L
Decimal 193 52 142 0 0.73 0.26 0.24 321.7 0.58 0.48
Hex C1 34 8E 0 49 1A 18 142 3A 30
Octal 301 64 216 0 111 32 30 502 72 60
Binary 11000001 110100 10001110 0 1001001 11010 11000 101000010 111010 110000

Color Harmonies of #C1348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1348E

Black with #C1348E

Text Example


Text Example

White with #C1348E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1348E; }

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

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

background-color css

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

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

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

border-color css

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

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

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