Html Css Color HEX #C12599 Medium Red Violet

📋 copy color: '#C12599'

red 193 ◦ green 37 ◦ blue 153

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

Shades of Medium Red Violet #C12599

Tints of Medium Red Violet #C12599

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.66%

 BLUE value IS 153 (60.16% from 255) = 39.95%

R = 50.39%
G = 9.66%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C12599 (or 0xC12599) is known color: Medium Red Violet. HEX triplet: C1, 25 and 99. RGB value is (193,37,153). Sum of RGB (Red+Green+Blue) = 193+37+153=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C12599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12599 is #3EDA66. Grayscale: #606060. Windows color (decimal): -4119143 or 10036673. OLE color: 10036673.

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

Color convert

RGB 193 37 153 -
CMYK 0 0.81 0.21 0.24
HSL 315.38º 0.68% 0.45% -
HSV(B) 315.38º 0.81% 0.76% -
XYZ 28.4 14.96 31.53 -
YUV 96.87 159.68 196.57 -
System Red Green Blue C M Y K H S L
Decimal 193 37 153 0 0.81 0.21 0.24 315.38 0.68 0.45
Hex C1 25 99 0 51 15 18 13B 44 2D
Octal 301 45 231 0 121 25 30 473 104 55
Binary 11000001 100101 10011001 0 1010001 10101 11000 100111011 1000100 101101

Color Harmonies of #C12599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12599

Black with #C12599

Text Example


Text Example

White with #C12599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12599; }

 p { color: rgb(193,37,153); }

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

background-color css

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

 a { background-color: rgb(193,37,153); }

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

border-color css

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

 span { border-color: rgb(193,37,153); }

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