Html Css Color HEX #C13398 Medium Red Violet

📋 copy color: '#C13398'

red 193 ◦ green 51 ◦ blue 152

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

Shades of Medium Red Violet #C13398

Tints of Medium Red Violet #C13398

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.88%

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

R = 48.74%
G = 12.88%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C13398 (or 0xC13398) is known color: Medium Red Violet. HEX triplet: C1, 33 and 98. RGB value is (193,51,152). Sum of RGB (Red+Green+Blue) = 193+51+152=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C13398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13398 is #3ECC67. Grayscale: #686868. Windows color (decimal): -4115560 or 9974721. OLE color: 9974721.

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

Color convert

RGB 193 51 152 -
CMYK 0 0.74 0.21 0.24
HSL 317.32º 0.58% 0.48% -
HSV(B) 317.32º 0.74% 0.76% -
XYZ 28.84 15.97 31.27 -
YUV 104.97 154.54 190.79 -
System Red Green Blue C M Y K H S L
Decimal 193 51 152 0 0.74 0.21 0.24 317.32 0.58 0.48
Hex C1 33 98 0 4A 15 18 13D 3A 30
Octal 301 63 230 0 112 25 30 475 72 60
Binary 11000001 110011 10011000 0 1001010 10101 11000 100111101 111010 110000

Color Harmonies of #C13398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13398

Black with #C13398

Text Example


Text Example

White with #C13398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13398; }

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

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

background-color css

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

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

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

border-color css

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

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

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