Html Css Color HEX #C1367D Medium Red Violet

📋 copy color: '#C1367D'

red 193 ◦ green 54 ◦ blue 125

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

Shades of Medium Red Violet #C1367D

Tints of Medium Red Violet #C1367D

RGB

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

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

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

R = 51.88%
G = 14.52%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1367D (or 0xC1367D) is known color: Medium Red Violet. HEX triplet: C1, 36 and 7D. RGB value is (193,54,125). Sum of RGB (Red+Green+Blue) = 193+54+125=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 54 (21.48% from 255 or 14.52% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C1367D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1367D is #3EC982. Grayscale: #676767. Windows color (decimal): -4114819 or 8206017. OLE color: 8206017.

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

Color convert

RGB 193 54 125 -
CMYK 0 0.72 0.35 0.24
HSL 329.35º 0.56% 0.48% -
HSV(B) 329.35º 0.72% 0.76% -
XYZ 27.01 15.46 20.96 -
YUV 103.66 140.05 191.73 -
System Red Green Blue C M Y K H S L
Decimal 193 54 125 0 0.72 0.35 0.24 329.35 0.56 0.48
Hex C1 36 7D 0 48 23 18 149 38 30
Octal 301 66 175 0 110 43 30 511 70 60
Binary 11000001 110110 1111101 0 1001000 100011 11000 101001001 111000 110000

Color Harmonies of #C1367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1367D

Black with #C1367D

Text Example


Text Example

White with #C1367D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1367D; }

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

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

background-color css

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

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

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

border-color css

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

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

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