Html Css Color HEX #C223AD Medium Violet Red

📋 copy color: '#C223AD'

red 194 ◦ green 35 ◦ blue 173

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

Shades of Medium Violet Red #C223AD

Tints of Medium Violet Red #C223AD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.71%

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

R = 48.26%
G = 8.71%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C223AD (or 0xC223AD) is known color: Medium Violet Red. HEX triplet: C2, 23 and AD. RGB value is (194,35,173). Sum of RGB (Red+Green+Blue) = 194+35+173=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 35 (14.06% from 255 or 8.71% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C223AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C223AD is #3DDC52. Grayscale: #616161. Windows color (decimal): -4054099 or 11346882. OLE color: 11346882.

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

Color convert

RGB 194 35 173 -
CMYK 0 0.82 0.11 0.24
HSL 307.92º 0.69% 0.45% -
HSV(B) 307.92º 0.82% 0.76% -
XYZ 30.39 15.69 40.96 -
YUV 98.27 170.18 196.28 -
System Red Green Blue C M Y K H S L
Decimal 194 35 173 0 0.82 0.11 0.24 307.92 0.69 0.45
Hex C2 23 AD 0 52 B 18 134 45 2D
Octal 302 43 255 0 122 13 30 464 105 55
Binary 11000010 100011 10101101 0 1010010 1011 11000 100110100 1000101 101101

Color Harmonies of #C223AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C223AD

Black with #C223AD

Text Example


Text Example

White with #C223AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C223AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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