Html Css Color HEX #C122AD Medium Violet Red

📋 copy color: '#C122AD'

red 193 ◦ green 34 ◦ blue 173

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

Shades of Medium Violet Red #C122AD

Tints of Medium Violet Red #C122AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.25%

R = 48.25%
G = 8.5%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C122AD (or 0xC122AD) is known color: Medium Violet Red. HEX triplet: C1, 22 and AD. RGB value is (193,34,173). Sum of RGB (Red+Green+Blue) = 193+34+173=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 34 (13.67% from 255 or 8.5% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C122AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C122AD is #3EDD52. Grayscale: #606060. Windows color (decimal): -4119891 or 11346625. OLE color: 11346625.

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

Color convert

RGB 193 34 173 -
CMYK 0 0.82 0.10 0.24
HSL 307.55º 0.7% 0.45% -
HSV(B) 307.55º 0.82% 0.76% -
XYZ 30.11 15.5 40.94 -
YUV 97.39 170.68 196.2 -
System Red Green Blue C M Y K H S L
Decimal 193 34 173 0 0.82 0.10 0.24 307.55 0.7 0.45
Hex C1 22 AD 0 52 A 18 134 46 2D
Octal 301 42 255 0 122 12 30 464 106 55
Binary 11000001 100010 10101101 0 1010010 1010 11000 100110100 1000110 101101

Color Harmonies of #C122AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C122AD

Black with #C122AD

Text Example


Text Example

White with #C122AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C122AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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