Html Css Color HEX #C22287 Medium Violet Red

📋 copy color: '#C22287'

red 194 ◦ green 34 ◦ blue 135

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

Shades of Medium Violet Red #C22287

Tints of Medium Violet Red #C22287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.19%

R = 53.44%
G = 9.37%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C22287 (or 0xC22287) is known color: Medium Violet Red. HEX triplet: C2, 22 and 87. RGB value is (194,34,135). Sum of RGB (Red+Green+Blue) = 194+34+135=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C22287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22287 is #3DDD78. Grayscale: #5D5D5D. Windows color (decimal): -4054393 or 8856258. OLE color: 8856258.

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

Color convert

RGB 194 34 135 -
CMYK 0 0.82 0.30 0.24
HSL 322.13º 0.7% 0.45% -
HSV(B) 322.13º 0.82% 0.76% -
XYZ 27.19 14.36 24.26 -
YUV 93.35 151.51 199.79 -
System Red Green Blue C M Y K H S L
Decimal 194 34 135 0 0.82 0.30 0.24 322.13 0.7 0.45
Hex C2 22 87 0 52 1E 18 142 46 2D
Octal 302 42 207 0 122 36 30 502 106 55
Binary 11000010 100010 10000111 0 1010010 11110 11000 101000010 1000110 101101

Color Harmonies of #C22287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22287

Black with #C22287

Text Example


Text Example

White with #C22287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22287; }

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

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

background-color css

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

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

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

border-color css

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

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

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