Html Css Color HEX #C1337F Medium Red Violet

📋 copy color: '#C1337F'

red 193 ◦ green 51 ◦ blue 127

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

Shades of Medium Red Violet #C1337F

Tints of Medium Red Violet #C1337F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.75%

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

R = 52.02%
G = 13.75%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C1337F (or 0xC1337F) is known color: Medium Red Violet. HEX triplet: C1, 33 and 7F. RGB value is (193,51,127). Sum of RGB (Red+Green+Blue) = 193+51+127=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1337F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1337F is #3ECC80. Grayscale: #656565. Windows color (decimal): -4115585 or 8336321. OLE color: 8336321.

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

Color convert

RGB 193 51 127 -
CMYK 0 0.74 0.34 0.24
HSL 327.89º 0.58% 0.48% -
HSV(B) 327.89º 0.74% 0.76% -
XYZ 27.01 15.24 21.6 -
YUV 102.12 142.04 192.82 -
System Red Green Blue C M Y K H S L
Decimal 193 51 127 0 0.74 0.34 0.24 327.89 0.58 0.48
Hex C1 33 7F 0 4A 22 18 148 3A 30
Octal 301 63 177 0 112 42 30 510 72 60
Binary 11000001 110011 1111111 0 1001010 100010 11000 101001000 111010 110000

Color Harmonies of #C1337F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1337F

Black with #C1337F

Text Example


Text Example

White with #C1337F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1337F; }

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

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

background-color css

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

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

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

border-color css

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

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

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