Html Css Color HEX #C1347A Medium Red Violet

📋 copy color: '#C1347A'

red 193 ◦ green 52 ◦ blue 122

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

Shades of Medium Red Violet #C1347A

Tints of Medium Red Violet #C1347A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.24%

R = 52.59%
G = 14.17%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C1347A (or 0xC1347A) is known color: Medium Red Violet. HEX triplet: C1, 34 and 7A. RGB value is (193,52,122). Sum of RGB (Red+Green+Blue) = 193+52+122=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C1347A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1347A is #3ECB85. Grayscale: #666666. Windows color (decimal): -4115334 or 8008897. OLE color: 8008897.

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

Color convert

RGB 193 52 122 -
CMYK 0 0.73 0.37 0.24
HSL 330.21º 0.58% 0.48% -
HSV(B) 330.21º 0.73% 0.76% -
XYZ 26.73 15.2 19.94 -
YUV 102.14 139.21 192.81 -
System Red Green Blue C M Y K H S L
Decimal 193 52 122 0 0.73 0.37 0.24 330.21 0.58 0.48
Hex C1 34 7A 0 49 25 18 14A 3A 30
Octal 301 64 172 0 111 45 30 512 72 60
Binary 11000001 110100 1111010 0 1001001 100101 11000 101001010 111010 110000

Color Harmonies of #C1347A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1347A

Black with #C1347A

Text Example


Text Example

White with #C1347A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1347A; }

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

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

background-color css

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

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

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

border-color css

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

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

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