Html Css Color HEX #C22381 Medium Violet Red

📋 copy color: '#C22381'

red 194 ◦ green 35 ◦ blue 129

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

Shades of Medium Violet Red #C22381

Tints of Medium Violet Red #C22381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.03%

R = 54.19%
G = 9.78%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C22381 (or 0xC22381) is known color: Medium Violet Red. HEX triplet: C2, 23 and 81. RGB value is (194,35,129). Sum of RGB (Red+Green+Blue) = 194+35+129=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 35 (14.06% from 255 or 9.78% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C22381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22381 is #3DDC7E. Grayscale: #5D5D5D. Windows color (decimal): -4054143 or 8463298. OLE color: 8463298.

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

Color convert

RGB 194 35 129 -
CMYK 0 0.82 0.34 0.24
HSL 324.53º 0.69% 0.45% -
HSV(B) 324.53º 0.82% 0.76% -
XYZ 26.81 14.26 22.11 -
YUV 93.26 148.18 199.86 -
System Red Green Blue C M Y K H S L
Decimal 194 35 129 0 0.82 0.34 0.24 324.53 0.69 0.45
Hex C2 23 81 0 52 22 18 145 45 2D
Octal 302 43 201 0 122 42 30 505 105 55
Binary 11000010 100011 10000001 0 1010010 100010 11000 101000101 1000101 101101

Color Harmonies of #C22381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22381

Black with #C22381

Text Example


Text Example

White with #C22381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22381; }

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

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

background-color css

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

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

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

border-color css

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

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

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