Html Css Color HEX #C22281 Medium Violet Red

📋 copy color: '#C22281'

red 194 ◦ green 34 ◦ blue 129

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

Shades of Medium Violet Red #C22281

Tints of Medium Violet Red #C22281

RGB

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

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

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

R = 54.34%
G = 9.52%
B = 36.13%

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

#C22281 (or 0xC22281) is known color: Medium Violet Red. HEX triplet: C2, 22 and 81. RGB value is (194,34,129). Sum of RGB (Red+Green+Blue) = 194+34+129=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C22281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22281 is #3DDD7E. Grayscale: #5C5C5C. Windows color (decimal): -4054399 or 8463042. OLE color: 8463042.

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

Color convert

RGB 194 34 129 -
CMYK 0 0.82 0.34 0.24
HSL 324.38º 0.7% 0.45% -
HSV(B) 324.38º 0.82% 0.76% -
XYZ 26.78 14.2 22.1 -
YUV 92.67 148.51 200.28 -
System Red Green Blue C M Y K H S L
Decimal 194 34 129 0 0.82 0.34 0.24 324.38 0.7 0.45
Hex C2 22 81 0 52 22 18 144 46 2D
Octal 302 42 201 0 122 42 30 504 106 55
Binary 11000010 100010 10000001 0 1010010 100010 11000 101000100 1000110 101101

Color Harmonies of #C22281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22281

Black with #C22281

Text Example


Text Example

White with #C22281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22281; }

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

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

background-color css

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

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

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

border-color css

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

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

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