Html Css Color HEX #C12484 Medium Red Violet

📋 copy color: '#C12484'

red 193 ◦ green 36 ◦ blue 132

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

Shades of Medium Red Violet #C12484

Tints of Medium Red Violet #C12484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.57%

R = 53.46%
G = 9.97%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C12484 (or 0xC12484) is known color: Medium Red Violet. HEX triplet: C1, 24 and 84. RGB value is (193,36,132). Sum of RGB (Red+Green+Blue) = 193+36+132=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 36 (14.45% from 255 or 9.97% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C12484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12484 is #3EDB7B. Grayscale: #5D5D5D. Windows color (decimal): -4119420 or 8660161. OLE color: 8660161.

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

Color convert

RGB 193 36 132 -
CMYK 0 0.81 0.32 0.24
HSL 323.31º 0.69% 0.45% -
HSV(B) 323.31º 0.81% 0.76% -
XYZ 26.79 14.27 23.17 -
YUV 93.89 149.51 198.69 -
System Red Green Blue C M Y K H S L
Decimal 193 36 132 0 0.81 0.32 0.24 323.31 0.69 0.45
Hex C1 24 84 0 51 20 18 143 45 2D
Octal 301 44 204 0 121 40 30 503 105 55
Binary 11000001 100100 10000100 0 1010001 100000 11000 101000011 1000101 101101

Color Harmonies of #C12484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12484

Black with #C12484

Text Example


Text Example

White with #C12484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12484; }

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

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

background-color css

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

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

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

border-color css

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

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

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