Html Css Color HEX #C13C98 Medium Red Violet

📋 copy color: '#C13C98'

red 193 ◦ green 60 ◦ blue 152

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

Shades of Medium Red Violet #C13C98

Tints of Medium Red Violet #C13C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.53%

R = 47.65%
G = 14.81%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C13C98 (or 0xC13C98) is known color: Medium Red Violet. HEX triplet: C1, 3C and 98. RGB value is (193,60,152). Sum of RGB (Red+Green+Blue) = 193+60+152=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 60 (23.83% from 255 or 14.81% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C13C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13C98 is #3EC367. Grayscale: #6E6E6E. Windows color (decimal): -4113256 or 9977025. OLE color: 9977025.

HSL color Cylindrical-coordinate representation of color #C13C98: hue angle of 318.5º 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 #C13C98 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 60 152 -
CMYK 0 0.69 0.21 0.24
HSL 318.5º 0.53% 0.5% -
HSV(B) 318.5º 0.69% 0.76% -
XYZ 29.28 16.84 31.41 -
YUV 110.26 151.56 187.02 -
System Red Green Blue C M Y K H S L
Decimal 193 60 152 0 0.69 0.21 0.24 318.5 0.53 0.5
Hex C1 3C 98 0 45 15 18 13E 35 32
Octal 301 74 230 0 105 25 30 476 65 62
Binary 11000001 111100 10011000 0 1000101 10101 11000 100111110 110101 110010

Color Harmonies of #C13C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13C98

Black with #C13C98

Text Example


Text Example

White with #C13C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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