Html Css Color HEX #C2227C Medium Violet Red

📋 copy color: '#C2227C'

red 194 ◦ green 34 ◦ blue 124

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

Shades of Medium Violet Red #C2227C

Tints of Medium Violet Red #C2227C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.23%

R = 55.11%
G = 9.66%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2227C (or 0xC2227C) is known color: Medium Violet Red. HEX triplet: C2, 22 and 7C. RGB value is (194,34,124). Sum of RGB (Red+Green+Blue) = 194+34+124=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C2227C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2227C is #3DDD83. Grayscale: #5B5B5B. Windows color (decimal): -4054404 or 8135362. OLE color: 8135362.

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

Color convert

RGB 194 34 124 -
CMYK 0 0.82 0.36 0.24
HSL 326.25º 0.7% 0.45% -
HSV(B) 326.25º 0.82% 0.76% -
XYZ 26.46 14.07 20.39 -
YUV 92.1 146.01 200.68 -
System Red Green Blue C M Y K H S L
Decimal 194 34 124 0 0.82 0.36 0.24 326.25 0.7 0.45
Hex C2 22 7C 0 52 24 18 146 46 2D
Octal 302 42 174 0 122 44 30 506 106 55
Binary 11000010 100010 1111100 0 1010010 100100 11000 101000110 1000110 101101

Color Harmonies of #C2227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2227C

Black with #C2227C

Text Example


Text Example

White with #C2227C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2227C; }

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

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

background-color css

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

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

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

border-color css

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

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

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