Html Css Color HEX #C226AD Medium Red Violet

📋 copy color: '#C226AD'

red 194 ◦ green 38 ◦ blue 173

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

Shades of Medium Red Violet #C226AD

Tints of Medium Red Violet #C226AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.72%

R = 47.9%
G = 9.38%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C226AD (or 0xC226AD) is known color: Medium Red Violet. HEX triplet: C2, 26 and AD. RGB value is (194,38,173). Sum of RGB (Red+Green+Blue) = 194+38+173=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 38 (15.23% from 255 or 9.38% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C226AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C226AD is #3DD952. Grayscale: #636363. Windows color (decimal): -4053331 or 11347650. OLE color: 11347650.

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

Color convert

RGB 194 38 173 -
CMYK 0 0.80 0.11 0.24
HSL 308.08º 0.67% 0.45% -
HSV(B) 308.08º 0.8% 0.76% -
XYZ 30.48 15.87 40.99 -
YUV 100.03 169.18 195.02 -
System Red Green Blue C M Y K H S L
Decimal 194 38 173 0 0.80 0.11 0.24 308.08 0.67 0.45
Hex C2 26 AD 0 50 B 18 134 43 2D
Octal 302 46 255 0 120 13 30 464 103 55
Binary 11000010 100110 10101101 0 1010000 1011 11000 100110100 1000011 101101

Color Harmonies of #C226AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C226AD

Black with #C226AD

Text Example


Text Example

White with #C226AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C226AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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