Html Css Color HEX #C1338B Medium Red Violet

📋 copy color: '#C1338B'

red 193 ◦ green 51 ◦ blue 139

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

Shades of Medium Red Violet #C1338B

Tints of Medium Red Violet #C1338B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.29%

R = 50.39%
G = 13.32%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1338B (or 0xC1338B) is known color: Medium Red Violet. HEX triplet: C1, 33 and 8B. RGB value is (193,51,139). Sum of RGB (Red+Green+Blue) = 193+51+139=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C1338B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1338B is #3ECC74. Grayscale: #676767. Windows color (decimal): -4115573 or 9122753. OLE color: 9122753.

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

Color convert

RGB 193 51 139 -
CMYK 0 0.74 0.28 0.24
HSL 322.82º 0.58% 0.48% -
HSV(B) 322.82º 0.74% 0.76% -
XYZ 27.84 15.57 25.96 -
YUV 103.49 148.04 191.84 -
System Red Green Blue C M Y K H S L
Decimal 193 51 139 0 0.74 0.28 0.24 322.82 0.58 0.48
Hex C1 33 8B 0 4A 1C 18 143 3A 30
Octal 301 63 213 0 112 34 30 503 72 60
Binary 11000001 110011 10001011 0 1001010 11100 11000 101000011 111010 110000

Color Harmonies of #C1338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1338B

Black with #C1338B

Text Example


Text Example

White with #C1338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1338B; }

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

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

background-color css

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

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

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

border-color css

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

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

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