Html Css Color HEX #C1338F Medium Red Violet

📋 copy color: '#C1338F'

red 193 ◦ green 51 ◦ blue 143

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

Shades of Medium Red Violet #C1338F

Tints of Medium Red Violet #C1338F

RGB

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

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

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

R = 49.87%
G = 13.18%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C1338F (or 0xC1338F) is known color: Medium Red Violet. HEX triplet: C1, 33 and 8F. RGB value is (193,51,143). Sum of RGB (Red+Green+Blue) = 193+51+143=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 51 (20.31% from 255 or 13.18% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C1338F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1338F is #3ECC70. Grayscale: #676767. Windows color (decimal): -4115569 or 9384897. OLE color: 9384897.

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

Color convert

RGB 193 51 143 -
CMYK 0 0.74 0.26 0.24
HSL 321.13º 0.58% 0.48% -
HSV(B) 321.13º 0.74% 0.76% -
XYZ 28.13 15.69 27.53 -
YUV 103.95 150.04 191.52 -
System Red Green Blue C M Y K H S L
Decimal 193 51 143 0 0.74 0.26 0.24 321.13 0.58 0.48
Hex C1 33 8F 0 4A 1A 18 141 3A 30
Octal 301 63 217 0 112 32 30 501 72 60
Binary 11000001 110011 10001111 0 1001010 11010 11000 101000001 111010 110000

Color Harmonies of #C1338F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1338F

Black with #C1338F

Text Example


Text Example

White with #C1338F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1338F; }

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

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

background-color css

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

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

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

border-color css

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

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

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