Html Css Color HEX #C22288 Medium Violet Red

📋 copy color: '#C22288'

red 194 ◦ green 34 ◦ blue 136

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

Shades of Medium Violet Red #C22288

Tints of Medium Violet Red #C22288

RGB

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

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

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

R = 53.3%
G = 9.34%
B = 37.36%

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

#C22288 (or 0xC22288) is known color: Medium Violet Red. HEX triplet: C2, 22 and 88. RGB value is (194,34,136). Sum of RGB (Red+Green+Blue) = 194+34+136=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C22288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22288 is #3DDD77. Grayscale: #5D5D5D. Windows color (decimal): -4054392 or 8921794. OLE color: 8921794.

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

Color convert

RGB 194 34 136 -
CMYK 0 0.82 0.30 0.24
HSL 321.75º 0.7% 0.45% -
HSV(B) 321.75º 0.82% 0.76% -
XYZ 27.26 14.39 24.63 -
YUV 93.47 152.01 199.71 -
System Red Green Blue C M Y K H S L
Decimal 194 34 136 0 0.82 0.30 0.24 321.75 0.7 0.45
Hex C2 22 88 0 52 1E 18 142 46 2D
Octal 302 42 210 0 122 36 30 502 106 55
Binary 11000010 100010 10001000 0 1010010 11110 11000 101000010 1000110 101101

Color Harmonies of #C22288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22288

Black with #C22288

Text Example


Text Example

White with #C22288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22288; }

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

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

background-color css

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

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

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

border-color css

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

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

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