Html Css Color HEX #C12FAB Medium Red Violet

📋 copy color: '#C12FAB'

red 193 ◦ green 47 ◦ blue 171

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

Shades of Medium Red Violet #C12FAB

Tints of Medium Red Violet #C12FAB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.44%

 BLUE value IS 171 (67.19% from 255) = 41.61%

R = 46.96%
G = 11.44%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C12FAB (or 0xC12FAB) is known color: Medium Red Violet. HEX triplet: C1, 2F and AB. RGB value is (193,47,171). Sum of RGB (Red+Green+Blue) = 193+47+171=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 47 (18.75% from 255 or 11.44% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C12FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12FAB is #3ED054. Grayscale: #686868. Windows color (decimal): -4116565 or 11218881. OLE color: 11218881.

HSL color Cylindrical-coordinate representation of color #C12FAB: hue angle of 309.04º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C12FAB is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 47 171 -
CMYK 0 0.76 0.11 0.24
HSL 309.04º 0.61% 0.47% -
HSV(B) 309.04º 0.76% 0.76% -
XYZ 30.36 16.31 40.08 -
YUV 104.79 165.37 190.92 -
System Red Green Blue C M Y K H S L
Decimal 193 47 171 0 0.76 0.11 0.24 309.04 0.61 0.47
Hex C1 2F AB 0 4C B 18 135 3D 2F
Octal 301 57 253 0 114 13 30 465 75 57
Binary 11000001 101111 10101011 0 1001100 1011 11000 100110101 111101 101111

Color Harmonies of #C12FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12FAB

Black with #C12FAB

Text Example


Text Example

White with #C12FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12FAB; }

 p { color: rgb(193,47,171); }

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

background-color css

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

 a { background-color: rgb(193,47,171); }

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

border-color css

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

 span { border-color: rgb(193,47,171); }

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