Html Css Color HEX #C1226D Medium Violet Red

📋 copy color: '#C1226D'

red 193 ◦ green 34 ◦ blue 109

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

Shades of Medium Violet Red #C1226D

Tints of Medium Violet Red #C1226D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.44%

R = 57.44%
G = 10.12%
B = 32.44%

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

#C1226D (or 0xC1226D) is known color: Medium Violet Red. HEX triplet: C1, 22 and 6D. RGB value is (193,34,109). Sum of RGB (Red+Green+Blue) = 193+34+109=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C1226D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1226D is #3EDD92. Grayscale: #595959. Windows color (decimal): -4119955 or 7152321. OLE color: 7152321.

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

Color convert

RGB 193 34 109 -
CMYK 0 0.82 0.44 0.24
HSL 331.7º 0.7% 0.45% -
HSV(B) 331.7º 0.82% 0.76% -
XYZ 25.32 13.59 15.76 -
YUV 90.09 138.68 201.4 -
System Red Green Blue C M Y K H S L
Decimal 193 34 109 0 0.82 0.44 0.24 331.7 0.7 0.45
Hex C1 22 6D 0 52 2C 18 14C 46 2D
Octal 301 42 155 0 122 54 30 514 106 55
Binary 11000001 100010 1101101 0 1010010 101100 11000 101001100 1000110 101101

Color Harmonies of #C1226D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1226D

Black with #C1226D

Text Example


Text Example

White with #C1226D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1226D; }

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

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

background-color css

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

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

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

border-color css

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

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

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