Html Css Color HEX #C22496 Medium Violet Red

📋 copy color: '#C22496'

red 194 ◦ green 36 ◦ blue 150

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

Shades of Medium Violet Red #C22496

Tints of Medium Violet Red #C22496

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.47%

 BLUE value IS 150 (58.98% from 255) = 39.47%

R = 51.05%
G = 9.47%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C22496 (or 0xC22496) is known color: Medium Violet Red. HEX triplet: C2, 24 and 96. RGB value is (194,36,150). Sum of RGB (Red+Green+Blue) = 194+36+150=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 36 (14.45% from 255 or 9.47% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C22496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22496 is #3DDB69. Grayscale: #5F5F5F. Windows color (decimal): -4053866 or 9839810. OLE color: 9839810.

HSL color Cylindrical-coordinate representation of color #C22496: hue angle of 316.71º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C22496 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 36 150 -
CMYK 0 0.81 0.23 0.24
HSL 316.71º 0.69% 0.45% -
HSV(B) 316.71º 0.81% 0.76% -
XYZ 28.38 14.93 30.24 -
YUV 96.24 158.35 197.73 -
System Red Green Blue C M Y K H S L
Decimal 194 36 150 0 0.81 0.23 0.24 316.71 0.69 0.45
Hex C2 24 96 0 51 17 18 13D 45 2D
Octal 302 44 226 0 121 27 30 475 105 55
Binary 11000010 100100 10010110 0 1010001 10111 11000 100111101 1000101 101101

Color Harmonies of #C22496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22496

Black with #C22496

Text Example


Text Example

White with #C22496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22496; }

 p { color: rgb(194,36,150); }

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

background-color css

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

 a { background-color: rgb(194,36,150); }

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

border-color css

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

 span { border-color: rgb(194,36,150); }

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