Html Css Color HEX #C12588 Medium Red Violet

📋 copy color: '#C12588'

red 193 ◦ green 37 ◦ blue 136

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

Shades of Medium Red Violet #C12588

Tints of Medium Red Violet #C12588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.16%

R = 52.73%
G = 10.11%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C12588 (or 0xC12588) is known color: Medium Red Violet. HEX triplet: C1, 25 and 88. RGB value is (193,37,136). Sum of RGB (Red+Green+Blue) = 193+37+136=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C12588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12588 is #3EDA77. Grayscale: #5E5E5E. Windows color (decimal): -4119160 or 8922561. OLE color: 8922561.

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

Color convert

RGB 193 37 136 -
CMYK 0 0.81 0.30 0.24
HSL 321.92º 0.68% 0.45% -
HSV(B) 321.92º 0.81% 0.76% -
XYZ 27.1 14.44 24.65 -
YUV 94.93 151.18 197.95 -
System Red Green Blue C M Y K H S L
Decimal 193 37 136 0 0.81 0.30 0.24 321.92 0.68 0.45
Hex C1 25 88 0 51 1E 18 142 44 2D
Octal 301 45 210 0 121 36 30 502 104 55
Binary 11000001 100101 10001000 0 1010001 11110 11000 101000010 1000100 101101

Color Harmonies of #C12588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12588

Black with #C12588

Text Example


Text Example

White with #C12588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12588; }

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

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

background-color css

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

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

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

border-color css

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

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

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