Html Css Color HEX #C22386 Medium Violet Red

📋 copy color: '#C22386'

red 194 ◦ green 35 ◦ blue 134

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

Shades of Medium Violet Red #C22386

Tints of Medium Violet Red #C22386

RGB

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

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

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

R = 53.44%
G = 9.64%
B = 36.91%

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

#C22386 (or 0xC22386) is known color: Medium Violet Red. HEX triplet: C2, 23 and 86. RGB value is (194,35,134). Sum of RGB (Red+Green+Blue) = 194+35+134=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 35 (14.06% from 255 or 9.64% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C22386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22386 is #3DDC79. Grayscale: #5D5D5D. Windows color (decimal): -4054138 or 8790978. OLE color: 8790978.

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

Color convert

RGB 194 35 134 -
CMYK 0 0.82 0.31 0.24
HSL 322.64º 0.69% 0.45% -
HSV(B) 322.64º 0.82% 0.76% -
XYZ 27.15 14.39 23.9 -
YUV 93.83 150.68 199.45 -
System Red Green Blue C M Y K H S L
Decimal 194 35 134 0 0.82 0.31 0.24 322.64 0.69 0.45
Hex C2 23 86 0 52 1F 18 143 45 2D
Octal 302 43 206 0 122 37 30 503 105 55
Binary 11000010 100011 10000110 0 1010010 11111 11000 101000011 1000101 101101

Color Harmonies of #C22386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22386

Black with #C22386

Text Example


Text Example

White with #C22386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22386; }

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

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

background-color css

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

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

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

border-color css

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

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

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