Html Css Color HEX #C1369F Medium Red Violet

📋 copy color: '#C1369F'

red 193 ◦ green 54 ◦ blue 159

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

Shades of Medium Red Violet #C1369F

Tints of Medium Red Violet #C1369F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.3%

 BLUE value IS 159 (62.5% from 255) = 39.16%

R = 47.54%
G = 13.3%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C1369F (or 0xC1369F) is known color: Medium Red Violet. HEX triplet: C1, 36 and 9F. RGB value is (193,54,159). Sum of RGB (Red+Green+Blue) = 193+54+159=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 54 (21.48% from 255 or 13.30% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C1369F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1369F is #3EC960. Grayscale: #6B6B6B. Windows color (decimal): -4114785 or 10434241. OLE color: 10434241.

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

Color convert

RGB 193 54 159 -
CMYK 0 0.72 0.18 0.24
HSL 314.68º 0.56% 0.48% -
HSV(B) 314.68º 0.72% 0.76% -
XYZ 29.57 16.48 34.42 -
YUV 107.53 157.05 188.96 -
System Red Green Blue C M Y K H S L
Decimal 193 54 159 0 0.72 0.18 0.24 314.68 0.56 0.48
Hex C1 36 9F 0 48 12 18 13B 38 30
Octal 301 66 237 0 110 22 30 473 70 60
Binary 11000001 110110 10011111 0 1001000 10010 11000 100111011 111000 110000

Color Harmonies of #C1369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1369F

Black with #C1369F

Text Example


Text Example

White with #C1369F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1369F; }

 p { color: rgb(193,54,159); }

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

background-color css

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

 a { background-color: rgb(193,54,159); }

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

border-color css

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

 span { border-color: rgb(193,54,159); }

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