Html Css Color HEX #C1357D Medium Red Violet

📋 copy color: '#C1357D'

red 193 ◦ green 53 ◦ blue 125

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

Shades of Medium Red Violet #C1357D

Tints of Medium Red Violet #C1357D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.69%

R = 52.02%
G = 14.29%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1357D (or 0xC1357D) is known color: Medium Red Violet. HEX triplet: C1, 35 and 7D. RGB value is (193,53,125). Sum of RGB (Red+Green+Blue) = 193+53+125=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1357D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1357D is #3ECA82. Grayscale: #666666. Windows color (decimal): -4115075 or 8205761. OLE color: 8205761.

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

Color convert

RGB 193 53 125 -
CMYK 0 0.73 0.35 0.24
HSL 329.14º 0.57% 0.48% -
HSV(B) 329.14º 0.73% 0.76% -
XYZ 26.97 15.36 20.95 -
YUV 103.07 140.38 192.15 -
System Red Green Blue C M Y K H S L
Decimal 193 53 125 0 0.73 0.35 0.24 329.14 0.57 0.48
Hex C1 35 7D 0 49 23 18 149 39 30
Octal 301 65 175 0 111 43 30 511 71 60
Binary 11000001 110101 1111101 0 1001001 100011 11000 101001001 111001 110000

Color Harmonies of #C1357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1357D

Black with #C1357D

Text Example


Text Example

White with #C1357D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1357D; }

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

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

background-color css

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

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

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

border-color css

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

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

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