Html Css Color HEX #C12DA2 Medium Red Violet

📋 copy color: '#C12DA2'

red 193 ◦ green 45 ◦ blue 162

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

Shades of Medium Red Violet #C12DA2

Tints of Medium Red Violet #C12DA2

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.25%

 BLUE value IS 162 (63.67% from 255) = 40.5%

R = 48.25%
G = 11.25%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C12DA2 (or 0xC12DA2) is known color: Medium Red Violet. HEX triplet: C1, 2D and A2. RGB value is (193,45,162). Sum of RGB (Red+Green+Blue) = 193+45+162=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 162 (63.67% from 255 or 40.5% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C12DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12DA2 is #3ED25D. Grayscale: #666666. Windows color (decimal): -4117086 or 10628545. OLE color: 10628545.

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

Color convert

RGB 193 45 162 -
CMYK 0 0.77 0.16 0.24
HSL 312.57º 0.62% 0.47% -
HSV(B) 312.57º 0.77% 0.76% -
XYZ 29.45 15.82 35.68 -
YUV 102.59 161.53 192.49 -
System Red Green Blue C M Y K H S L
Decimal 193 45 162 0 0.77 0.16 0.24 312.57 0.62 0.47
Hex C1 2D A2 0 4D 10 18 139 3E 2F
Octal 301 55 242 0 115 20 30 471 76 57
Binary 11000001 101101 10100010 0 1001101 10000 11000 100111001 111110 101111

Color Harmonies of #C12DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12DA2

Black with #C12DA2

Text Example


Text Example

White with #C12DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12DA2; }

 p { color: rgb(193,45,162); }

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

background-color css

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

 a { background-color: rgb(193,45,162); }

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

border-color css

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

 span { border-color: rgb(193,45,162); }

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