Html Css Color HEX #C22188 Medium Violet Red

📋 copy color: '#C22188'

red 194 ◦ green 33 ◦ blue 136

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

Shades of Medium Violet Red #C22188

Tints of Medium Violet Red #C22188

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.09%

 BLUE value IS 136 (53.52% from 255) = 37.47%

R = 53.44%
G = 9.09%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C22188 (or 0xC22188) is known color: Medium Violet Red. HEX triplet: C2, 21 and 88. RGB value is (194,33,136). Sum of RGB (Red+Green+Blue) = 194+33+136=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C22188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22188 is #3DDE77. Grayscale: #5C5C5C. Windows color (decimal): -4054648 or 8921538. OLE color: 8921538.

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

Color convert

RGB 194 33 136 -
CMYK 0 0.83 0.30 0.24
HSL 321.61º 0.71% 0.45% -
HSV(B) 321.61º 0.83% 0.76% -
XYZ 27.24 14.33 24.62 -
YUV 92.88 152.34 200.12 -
System Red Green Blue C M Y K H S L
Decimal 194 33 136 0 0.83 0.30 0.24 321.61 0.71 0.45
Hex C2 21 88 0 53 1E 18 142 47 2D
Octal 302 41 210 0 123 36 30 502 107 55
Binary 11000010 100001 10001000 0 1010011 11110 11000 101000010 1000111 101101

Color Harmonies of #C22188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22188

Black with #C22188

Text Example


Text Example

White with #C22188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22188; }

 p { color: rgb(194,33,136); }

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

background-color css

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

 a { background-color: rgb(194,33,136); }

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

border-color css

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

 span { border-color: rgb(194,33,136); }

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