Html Css Color HEX #C13675 Medium Red Violet

📋 copy color: '#C13675'

red 193 ◦ green 54 ◦ blue 117

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

Shades of Medium Red Violet #C13675

Tints of Medium Red Violet #C13675

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.84%

 BLUE value IS 117 (46.09% from 255) = 32.14%

R = 53.02%
G = 14.84%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C13675 (or 0xC13675) is known color: Medium Red Violet. HEX triplet: C1, 36 and 75. RGB value is (193,54,117). Sum of RGB (Red+Green+Blue) = 193+54+117=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C13675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13675 is #3EC98A. Grayscale: #666666. Windows color (decimal): -4114827 or 7681729. OLE color: 7681729.

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

Color convert

RGB 193 54 117 -
CMYK 0 0.72 0.39 0.24
HSL 332.81º 0.56% 0.48% -
HSV(B) 332.81º 0.72% 0.76% -
XYZ 26.52 15.26 18.38 -
YUV 102.74 136.05 192.38 -
System Red Green Blue C M Y K H S L
Decimal 193 54 117 0 0.72 0.39 0.24 332.81 0.56 0.48
Hex C1 36 75 0 48 27 18 14D 38 30
Octal 301 66 165 0 110 47 30 515 70 60
Binary 11000001 110110 1110101 0 1001000 100111 11000 101001101 111000 110000

Color Harmonies of #C13675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13675

Black with #C13675

Text Example


Text Example

White with #C13675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13675; }

 p { color: rgb(193,54,117); }

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

background-color css

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

 a { background-color: rgb(193,54,117); }

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

border-color css

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

 span { border-color: rgb(193,54,117); }

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