Html Css Color HEX #C12488 Medium Violet Red

📋 copy color: '#C12488'

red 193 ◦ green 36 ◦ blue 136

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

Shades of Medium Violet Red #C12488

Tints of Medium Violet Red #C12488

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.86%

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

R = 52.88%
G = 9.86%
B = 37.26%

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

#C12488 (or 0xC12488) is known color: Medium Violet Red. HEX triplet: C1, 24 and 88. RGB value is (193,36,136). Sum of RGB (Red+Green+Blue) = 193+36+136=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C12488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12488 is #3EDB77. Grayscale: #5E5E5E. Windows color (decimal): -4119416 or 8922305. OLE color: 8922305.

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

Color convert

RGB 193 36 136 -
CMYK 0 0.81 0.30 0.24
HSL 321.78º 0.69% 0.45% -
HSV(B) 321.78º 0.81% 0.76% -
XYZ 27.07 14.38 24.64 -
YUV 94.34 151.51 198.37 -
System Red Green Blue C M Y K H S L
Decimal 193 36 136 0 0.81 0.30 0.24 321.78 0.69 0.45
Hex C1 24 88 0 51 1E 18 142 45 2D
Octal 301 44 210 0 121 36 30 502 105 55
Binary 11000001 100100 10001000 0 1010001 11110 11000 101000010 1000101 101101

Color Harmonies of #C12488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12488

Black with #C12488

Text Example


Text Example

White with #C12488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12488; }

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

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

background-color css

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

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

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

border-color css

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

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

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