Html Css Color HEX #C122AB Medium Violet Red

📋 copy color: '#C122AB'

red 193 ◦ green 34 ◦ blue 171

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

Shades of Medium Violet Red #C122AB

Tints of Medium Violet Red #C122AB

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.54%

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

R = 48.49%
G = 8.54%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C122AB (or 0xC122AB) is known color: Medium Violet Red. HEX triplet: C1, 22 and AB. RGB value is (193,34,171). Sum of RGB (Red+Green+Blue) = 193+34+171=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 34 (13.67% from 255 or 8.54% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C122AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C122AB is #3EDD54. Grayscale: #606060. Windows color (decimal): -4119893 or 11215553. OLE color: 11215553.

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

Color convert

RGB 193 34 171 -
CMYK 0 0.82 0.11 0.24
HSL 308.3º 0.7% 0.45% -
HSV(B) 308.3º 0.82% 0.76% -
XYZ 29.92 15.42 39.93 -
YUV 97.16 169.68 196.36 -
System Red Green Blue C M Y K H S L
Decimal 193 34 171 0 0.82 0.11 0.24 308.3 0.7 0.45
Hex C1 22 AB 0 52 B 18 134 46 2D
Octal 301 42 253 0 122 13 30 464 106 55
Binary 11000001 100010 10101011 0 1010010 1011 11000 100110100 1000110 101101

Color Harmonies of #C122AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C122AB

Black with #C122AB

Text Example


Text Example

White with #C122AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C122AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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