Html Css Color HEX #C13B7B Medium Red Violet

📋 copy color: '#C13B7B'

red 193 ◦ green 59 ◦ blue 123

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

Shades of Medium Red Violet #C13B7B

Tints of Medium Red Violet #C13B7B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.73%

 BLUE value IS 123 (48.44% from 255) = 32.8%

R = 51.47%
G = 15.73%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C13B7B (or 0xC13B7B) is known color: Medium Red Violet. HEX triplet: C1, 3B and 7B. RGB value is (193,59,123). Sum of RGB (Red+Green+Blue) = 193+59+123=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13B7B is #3EC484. Grayscale: #6A6A6A. Windows color (decimal): -4113541 or 8076225. OLE color: 8076225.

HSL color Cylindrical-coordinate representation of color #C13B7B: hue angle of 331.34º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13B7B is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 59 123 -
CMYK 0 0.69 0.36 0.24
HSL 331.34º 0.53% 0.49% -
HSV(B) 331.34º 0.69% 0.76% -
XYZ 27.13 15.9 20.38 -
YUV 106.36 137.39 189.8 -
System Red Green Blue C M Y K H S L
Decimal 193 59 123 0 0.69 0.36 0.24 331.34 0.53 0.49
Hex C1 3B 7B 0 45 24 18 14B 35 31
Octal 301 73 173 0 105 44 30 513 65 61
Binary 11000001 111011 1111011 0 1000101 100100 11000 101001011 110101 110001

Color Harmonies of #C13B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13B7B

Black with #C13B7B

Text Example


Text Example

White with #C13B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13B7B; }

 p { color: rgb(193,59,123); }

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

background-color css

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

 a { background-color: rgb(193,59,123); }

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

border-color css

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

 span { border-color: rgb(193,59,123); }

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