Html Css Color HEX #C13472 Medium Red Violet

📋 copy color: '#C13472'

red 193 ◦ green 52 ◦ blue 114

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

Shades of Medium Red Violet #C13472

Tints of Medium Red Violet #C13472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.48%

 BLUE value IS 114 (44.92% from 255) = 31.75%

R = 53.76%
G = 14.48%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C13472 (or 0xC13472) is known color: Medium Red Violet. HEX triplet: C1, 34 and 72. RGB value is (193,52,114). Sum of RGB (Red+Green+Blue) = 193+52+114=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C13472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13472 is #3ECB8D. Grayscale: #656565. Windows color (decimal): -4115342 or 7484609. OLE color: 7484609.

HSL color Cylindrical-coordinate representation of color #C13472: hue angle of 333.62º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C13472 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 52 114 -
CMYK 0 0.73 0.41 0.24
HSL 333.62º 0.58% 0.48% -
HSV(B) 333.62º 0.73% 0.76% -
XYZ 26.26 15.01 17.43 -
YUV 101.23 135.21 193.46 -
System Red Green Blue C M Y K H S L
Decimal 193 52 114 0 0.73 0.41 0.24 333.62 0.58 0.48
Hex C1 34 72 0 49 29 18 14E 3A 30
Octal 301 64 162 0 111 51 30 516 72 60
Binary 11000001 110100 1110010 0 1001001 101001 11000 101001110 111010 110000

Color Harmonies of #C13472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13472

Black with #C13472

Text Example


Text Example

White with #C13472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13472; }

 p { color: rgb(193,52,114); }

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

background-color css

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

 a { background-color: rgb(193,52,114); }

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

border-color css

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

 span { border-color: rgb(193,52,114); }

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