Html Css Color HEX #C1357F Medium Red Violet

📋 copy color: '#C1357F'

red 193 ◦ green 53 ◦ blue 127

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

Shades of Medium Red Violet #C1357F

Tints of Medium Red Violet #C1357F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.21%

 BLUE value IS 127 (50% from 255) = 34.05%

R = 51.74%
G = 14.21%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C1357F (or 0xC1357F) is known color: Medium Red Violet. HEX triplet: C1, 35 and 7F. RGB value is (193,53,127). Sum of RGB (Red+Green+Blue) = 193+53+127=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C1357F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1357F is #3ECA80. Grayscale: #676767. Windows color (decimal): -4115073 or 8336833. OLE color: 8336833.

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

Color convert

RGB 193 53 127 -
CMYK 0 0.73 0.34 0.24
HSL 328.29º 0.57% 0.48% -
HSV(B) 328.29º 0.73% 0.76% -
XYZ 27.1 15.42 21.63 -
YUV 103.3 141.38 191.98 -
System Red Green Blue C M Y K H S L
Decimal 193 53 127 0 0.73 0.34 0.24 328.29 0.57 0.48
Hex C1 35 7F 0 49 22 18 148 39 30
Octal 301 65 177 0 111 42 30 510 71 60
Binary 11000001 110101 1111111 0 1001001 100010 11000 101001000 111001 110000

Color Harmonies of #C1357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1357F

Black with #C1357F

Text Example


Text Example

White with #C1357F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1357F; }

 p { color: rgb(193,53,127); }

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

background-color css

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

 a { background-color: rgb(193,53,127); }

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

border-color css

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

 span { border-color: rgb(193,53,127); }

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