Html Css Color HEX #C13D7B Medium Red Violet

📋 copy color: '#C13D7B'

red 193 ◦ green 61 ◦ blue 123

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

Shades of Medium Red Violet #C13D7B

Tints of Medium Red Violet #C13D7B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.18%

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

R = 51.19%
G = 16.18%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C13D7B (or 0xC13D7B) is known color: Medium Red Violet. HEX triplet: C1, 3D and 7B. RGB value is (193,61,123). Sum of RGB (Red+Green+Blue) = 193+61+123=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13D7B is #3EC284. Grayscale: #6B6B6B. Windows color (decimal): -4113029 or 8076737. OLE color: 8076737.

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

Color convert

RGB 193 61 123 -
CMYK 0 0.68 0.36 0.24
HSL 331.82º 0.52% 0.5% -
HSV(B) 331.82º 0.68% 0.76% -
XYZ 27.24 16.11 20.41 -
YUV 107.54 136.73 188.96 -
System Red Green Blue C M Y K H S L
Decimal 193 61 123 0 0.68 0.36 0.24 331.82 0.52 0.5
Hex C1 3D 7B 0 44 24 18 14C 34 32
Octal 301 75 173 0 104 44 30 514 64 62
Binary 11000001 111101 1111011 0 1000100 100100 11000 101001100 110100 110010

Color Harmonies of #C13D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13D7B

Black with #C13D7B

Text Example


Text Example

White with #C13D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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