Html Css Color HEX #C1226C Medium Violet Red

📋 copy color: '#C1226C'

red 193 ◦ green 34 ◦ blue 108

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

Shades of Medium Violet Red #C1226C

Tints of Medium Violet Red #C1226C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.24%

R = 57.61%
G = 10.15%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C1226C (or 0xC1226C) is known color: Medium Violet Red. HEX triplet: C1, 22 and 6C. RGB value is (193,34,108). Sum of RGB (Red+Green+Blue) = 193+34+108=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C1226C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1226C is #3EDD93. Grayscale: #595959. Windows color (decimal): -4119956 or 7086785. OLE color: 7086785.

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

Color convert

RGB 193 34 108 -
CMYK 0 0.82 0.44 0.24
HSL 332.08º 0.7% 0.45% -
HSV(B) 332.08º 0.82% 0.76% -
XYZ 25.27 13.56 15.47 -
YUV 89.98 138.18 201.48 -
System Red Green Blue C M Y K H S L
Decimal 193 34 108 0 0.82 0.44 0.24 332.08 0.7 0.45
Hex C1 22 6C 0 52 2C 18 14C 46 2D
Octal 301 42 154 0 122 54 30 514 106 55
Binary 11000001 100010 1101100 0 1010010 101100 11000 101001100 1000110 101101

Color Harmonies of #C1226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1226C

Black with #C1226C

Text Example


Text Example

White with #C1226C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1226C; }

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

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

background-color css

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

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

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

border-color css

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

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

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