Html Css Color HEX #C226A1 Medium Red Violet

📋 copy color: '#C226A1'

red 194 ◦ green 38 ◦ blue 161

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

Shades of Medium Red Violet #C226A1

Tints of Medium Red Violet #C226A1

RGB

 RED value IS 194 (76.17% from 255) = 49.36%

 GREEN value IS 38 (15.23% from 255) = 9.67%

 BLUE value IS 161 (63.28% from 255) = 40.97%

R = 49.36%
G = 9.67%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C226A1 (or 0xC226A1) is known color: Medium Red Violet. HEX triplet: C2, 26 and A1. RGB value is (194,38,161). Sum of RGB (Red+Green+Blue) = 194+38+161=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 161 (63.28% from 255 or 40.97% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C226A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C226A1 is #3DD95E. Grayscale: #626262. Windows color (decimal): -4053343 or 10561218. OLE color: 10561218.

HSL color Cylindrical-coordinate representation of color #C226A1: hue angle of 312.69º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C226A1 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 38 161 -
CMYK 0 0.80 0.17 0.24
HSL 312.69º 0.67% 0.45% -
HSV(B) 312.69º 0.8% 0.76% -
XYZ 29.37 15.43 35.15 -
YUV 98.67 163.18 196 -
System Red Green Blue C M Y K H S L
Decimal 194 38 161 0 0.80 0.17 0.24 312.69 0.67 0.45
Hex C2 26 A1 0 50 11 18 139 43 2D
Octal 302 46 241 0 120 21 30 471 103 55
Binary 11000010 100110 10100001 0 1010000 10001 11000 100111001 1000011 101101

Color Harmonies of #C226A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C226A1

Black with #C226A1

Text Example


Text Example

White with #C226A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C226A1; }

 p { color: rgb(194,38,161); }

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

background-color css

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

 a { background-color: rgb(194,38,161); }

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

border-color css

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

 span { border-color: rgb(194,38,161); }

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