Html Css Color HEX #C1368F Medium Red Violet

📋 copy color: '#C1368F'

red 193 ◦ green 54 ◦ blue 143

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

Shades of Medium Red Violet #C1368F

Tints of Medium Red Violet #C1368F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.67%

R = 49.49%
G = 13.85%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C1368F (or 0xC1368F) is known color: Medium Red Violet. HEX triplet: C1, 36 and 8F. RGB value is (193,54,143). Sum of RGB (Red+Green+Blue) = 193+54+143=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C1368F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1368F is #3EC970. Grayscale: #696969. Windows color (decimal): -4114801 or 9385665. OLE color: 9385665.

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

Color convert

RGB 193 54 143 -
CMYK 0 0.72 0.26 0.24
HSL 321.58º 0.56% 0.48% -
HSV(B) 321.58º 0.72% 0.76% -
XYZ 28.27 15.96 27.58 -
YUV 105.71 149.05 190.26 -
System Red Green Blue C M Y K H S L
Decimal 193 54 143 0 0.72 0.26 0.24 321.58 0.56 0.48
Hex C1 36 8F 0 48 1A 18 142 38 30
Octal 301 66 217 0 110 32 30 502 70 60
Binary 11000001 110110 10001111 0 1001000 11010 11000 101000010 111000 110000

Color Harmonies of #C1368F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1368F

Black with #C1368F

Text Example


Text Example

White with #C1368F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1368F; }

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

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

background-color css

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

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

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

border-color css

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

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

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