Html Css Color HEX #C2228A Medium Violet Red

📋 copy color: '#C2228A'

red 194 ◦ green 34 ◦ blue 138

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

Shades of Medium Violet Red #C2228A

Tints of Medium Violet Red #C2228A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.7%

R = 53.01%
G = 9.29%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2228A (or 0xC2228A) is known color: Medium Violet Red. HEX triplet: C2, 22 and 8A. RGB value is (194,34,138). Sum of RGB (Red+Green+Blue) = 194+34+138=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C2228A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2228A is #3DDD75. Grayscale: #5D5D5D. Windows color (decimal): -4054390 or 9052866. OLE color: 9052866.

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

Color convert

RGB 194 34 138 -
CMYK 0 0.82 0.29 0.24
HSL 321º 0.7% 0.45% -
HSV(B) 321º 0.82% 0.76% -
XYZ 27.41 14.45 25.39 -
YUV 93.7 153.01 199.54 -
System Red Green Blue C M Y K H S L
Decimal 194 34 138 0 0.82 0.29 0.24 321 0.7 0.45
Hex C2 22 8A 0 52 1D 18 141 46 2D
Octal 302 42 212 0 122 35 30 501 106 55
Binary 11000010 100010 10001010 0 1010010 11101 11000 101000001 1000110 101101

Color Harmonies of #C2228A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2228A

Black with #C2228A

Text Example


Text Example

White with #C2228A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2228A; }

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

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

background-color css

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

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

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

border-color css

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

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

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