Html Css Color HEX #C122A8 Medium Violet Red

📋 copy color: '#C122A8'

red 193 ◦ green 34 ◦ blue 168

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

Shades of Medium Violet Red #C122A8

Tints of Medium Violet Red #C122A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42.53%

R = 48.86%
G = 8.61%
B = 42.53%

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

#C122A8 (or 0xC122A8) is known color: Medium Violet Red. HEX triplet: C1, 22 and A8. RGB value is (193,34,168). Sum of RGB (Red+Green+Blue) = 193+34+168=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 34 (13.67% from 255 or 8.61% from 395); Blue value is 168 (66.02% from 255 or 42.53% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C122A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C122A8 is #3EDD57. Grayscale: #606060. Windows color (decimal): -4119896 or 11018945. OLE color: 11018945.

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

Color convert

RGB 193 34 168 -
CMYK 0 0.82 0.13 0.24
HSL 309.43º 0.7% 0.45% -
HSV(B) 309.43º 0.82% 0.76% -
XYZ 29.63 15.31 38.44 -
YUV 96.82 168.18 196.6 -
System Red Green Blue C M Y K H S L
Decimal 193 34 168 0 0.82 0.13 0.24 309.43 0.7 0.45
Hex C1 22 A8 0 52 D 18 135 46 2D
Octal 301 42 250 0 122 15 30 465 106 55
Binary 11000001 100010 10101000 0 1010010 1101 11000 100110101 1000110 101101

Color Harmonies of #C122A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C122A8

Black with #C122A8

Text Example


Text Example

White with #C122A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C122A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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