Html Css Color HEX #C22286 Medium Violet Red

📋 copy color: '#C22286'

red 194 ◦ green 34 ◦ blue 134

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

Shades of Medium Violet Red #C22286

Tints of Medium Violet Red #C22286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 37.02%

R = 53.59%
G = 9.39%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C22286 (or 0xC22286) is known color: Medium Violet Red. HEX triplet: C2, 22 and 86. RGB value is (194,34,134). Sum of RGB (Red+Green+Blue) = 194+34+134=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C22286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22286 is #3DDD79. Grayscale: #5C5C5C. Windows color (decimal): -4054394 or 8790722. OLE color: 8790722.

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

Color convert

RGB 194 34 134 -
CMYK 0 0.82 0.31 0.24
HSL 322.5º 0.7% 0.45% -
HSV(B) 322.5º 0.82% 0.76% -
XYZ 27.12 14.33 23.89 -
YUV 93.24 151.01 199.87 -
System Red Green Blue C M Y K H S L
Decimal 194 34 134 0 0.82 0.31 0.24 322.5 0.7 0.45
Hex C2 22 86 0 52 1F 18 142 46 2D
Octal 302 42 206 0 122 37 30 502 106 55
Binary 11000010 100010 10000110 0 1010010 11111 11000 101000010 1000110 101101

Color Harmonies of #C22286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22286

Black with #C22286

Text Example


Text Example

White with #C22286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22286; }

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

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

background-color css

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

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

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

border-color css

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

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

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