Html Css Color HEX #C122A7 Medium Violet Red

📋 copy color: '#C122A7'

red 193 ◦ green 34 ◦ blue 167

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

Shades of Medium Violet Red #C122A7

Tints of Medium Violet Red #C122A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 42.39%

R = 48.98%
G = 8.63%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C122A7 (or 0xC122A7) is known color: Medium Violet Red. HEX triplet: C1, 22 and A7. RGB value is (193,34,167). Sum of RGB (Red+Green+Blue) = 193+34+167=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 34 (13.67% from 255 or 8.63% from 394); Blue value is 167 (65.62% from 255 or 42.39% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C122A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C122A7 is #3EDD58. Grayscale: #606060. Windows color (decimal): -4119897 or 10953409. OLE color: 10953409.

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

Color convert

RGB 193 34 167 -
CMYK 0 0.82 0.13 0.24
HSL 309.81º 0.7% 0.45% -
HSV(B) 309.81º 0.82% 0.76% -
XYZ 29.54 15.27 37.95 -
YUV 96.7 167.68 196.69 -
System Red Green Blue C M Y K H S L
Decimal 193 34 167 0 0.82 0.13 0.24 309.81 0.7 0.45
Hex C1 22 A7 0 52 D 18 136 46 2D
Octal 301 42 247 0 122 15 30 466 106 55
Binary 11000001 100010 10100111 0 1010010 1101 11000 100110110 1000110 101101

Color Harmonies of #C122A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C122A7

Black with #C122A7

Text Example


Text Example

White with #C122A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C122A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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