Html Css Color HEX #C1227A Medium Violet Red

📋 copy color: '#C1227A'

red 193 ◦ green 34 ◦ blue 122

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

Shades of Medium Violet Red #C1227A

Tints of Medium Violet Red #C1227A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.96%

R = 55.3%
G = 9.74%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C1227A (or 0xC1227A) is known color: Medium Violet Red. HEX triplet: C1, 22 and 7A. RGB value is (193,34,122). Sum of RGB (Red+Green+Blue) = 193+34+122=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C1227A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1227A is #3EDD85. Grayscale: #5B5B5B. Windows color (decimal): -4119942 or 8004289. OLE color: 8004289.

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

Color convert

RGB 193 34 122 -
CMYK 0 0.82 0.37 0.24
HSL 326.79º 0.7% 0.45% -
HSV(B) 326.79º 0.82% 0.76% -
XYZ 26.08 13.89 19.72 -
YUV 91.57 145.18 200.34 -
System Red Green Blue C M Y K H S L
Decimal 193 34 122 0 0.82 0.37 0.24 326.79 0.7 0.45
Hex C1 22 7A 0 52 25 18 147 46 2D
Octal 301 42 172 0 122 45 30 507 106 55
Binary 11000001 100010 1111010 0 1010010 100101 11000 101000111 1000110 101101

Color Harmonies of #C1227A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1227A

Black with #C1227A

Text Example


Text Example

White with #C1227A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1227A; }

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

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

background-color css

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

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

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

border-color css

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

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

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