Html Css Color HEX #C13C7B Medium Red Violet

📋 copy color: '#C13C7B'

red 193 ◦ green 60 ◦ blue 123

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

Shades of Medium Red Violet #C13C7B

Tints of Medium Red Violet #C13C7B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.96%

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

R = 51.33%
G = 15.96%
B = 32.71%

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

#C13C7B (or 0xC13C7B) is known color: Medium Red Violet. HEX triplet: C1, 3C and 7B. RGB value is (193,60,123). Sum of RGB (Red+Green+Blue) = 193+60+123=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C13C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13C7B is #3EC384. Grayscale: #6A6A6A. Windows color (decimal): -4113285 or 8076481. OLE color: 8076481.

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

Color convert

RGB 193 60 123 -
CMYK 0 0.69 0.36 0.24
HSL 331.58º 0.53% 0.5% -
HSV(B) 331.58º 0.69% 0.76% -
XYZ 27.18 16 20.39 -
YUV 106.95 137.06 189.38 -
System Red Green Blue C M Y K H S L
Decimal 193 60 123 0 0.69 0.36 0.24 331.58 0.53 0.5
Hex C1 3C 7B 0 45 24 18 14C 35 32
Octal 301 74 173 0 105 44 30 514 65 62
Binary 11000001 111100 1111011 0 1000101 100100 11000 101001100 110101 110010

Color Harmonies of #C13C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13C7B

Black with #C13C7B

Text Example


Text Example

White with #C13C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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