Html Css Color HEX #C12CAA Medium Red Violet

📋 copy color: '#C12CAA'

red 193 ◦ green 44 ◦ blue 170

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

Shades of Medium Red Violet #C12CAA

Tints of Medium Red Violet #C12CAA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.81%

 BLUE value IS 170 (66.8% from 255) = 41.77%

R = 47.42%
G = 10.81%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C12CAA (or 0xC12CAA) is known color: Medium Red Violet. HEX triplet: C1, 2C and AA. RGB value is (193,44,170). Sum of RGB (Red+Green+Blue) = 193+44+170=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 44 (17.58% from 255 or 10.81% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C12CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12CAA is #3ED355. Grayscale: #666666. Windows color (decimal): -4117334 or 11152577. OLE color: 11152577.

HSL color Cylindrical-coordinate representation of color #C12CAA: hue angle of 309.26º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12CAA is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 44 170 -
CMYK 0 0.77 0.12 0.24
HSL 309.26º 0.63% 0.46% -
HSV(B) 309.26º 0.77% 0.76% -
XYZ 30.15 16.04 39.54 -
YUV 102.92 165.86 192.25 -
System Red Green Blue C M Y K H S L
Decimal 193 44 170 0 0.77 0.12 0.24 309.26 0.63 0.46
Hex C1 2C AA 0 4D C 18 135 3F 2E
Octal 301 54 252 0 115 14 30 465 77 56
Binary 11000001 101100 10101010 0 1001101 1100 11000 100110101 111111 101110

Color Harmonies of #C12CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12CAA

Black with #C12CAA

Text Example


Text Example

White with #C12CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12CAA; }

 p { color: rgb(193,44,170); }

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

background-color css

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

 a { background-color: rgb(193,44,170); }

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

border-color css

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

 span { border-color: rgb(193,44,170); }

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