Html Css Color HEX #C2227F Medium Violet Red

📋 copy color: '#C2227F'

red 194 ◦ green 34 ◦ blue 127

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

Shades of Medium Violet Red #C2227F

Tints of Medium Violet Red #C2227F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.77%

R = 54.65%
G = 9.58%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2227F (or 0xC2227F) is known color: Medium Violet Red. HEX triplet: C2, 22 and 7F. RGB value is (194,34,127). Sum of RGB (Red+Green+Blue) = 194+34+127=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C2227F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2227F is #3DDD80. Grayscale: #5C5C5C. Windows color (decimal): -4054401 or 8331970. OLE color: 8331970.

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

Color convert

RGB 194 34 127 -
CMYK 0 0.82 0.35 0.24
HSL 325.13º 0.7% 0.45% -
HSV(B) 325.13º 0.82% 0.76% -
XYZ 26.65 14.15 21.4 -
YUV 92.44 147.51 200.44 -
System Red Green Blue C M Y K H S L
Decimal 194 34 127 0 0.82 0.35 0.24 325.13 0.7 0.45
Hex C2 22 7F 0 52 23 18 145 46 2D
Octal 302 42 177 0 122 43 30 505 106 55
Binary 11000010 100010 1111111 0 1010010 100011 11000 101000101 1000110 101101

Color Harmonies of #C2227F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2227F

Black with #C2227F

Text Example


Text Example

White with #C2227F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2227F; }

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

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

background-color css

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

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

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

border-color css

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

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

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