Html Css Color HEX #C2227E Medium Violet Red

📋 copy color: '#C2227E'

red 194 ◦ green 34 ◦ blue 126

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

Shades of Medium Violet Red #C2227E

Tints of Medium Violet Red #C2227E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.59%

R = 54.8%
G = 9.6%
B = 35.59%

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

#C2227E (or 0xC2227E) is known color: Medium Violet Red. HEX triplet: C2, 22 and 7E. RGB value is (194,34,126). Sum of RGB (Red+Green+Blue) = 194+34+126=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C2227E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2227E is #3DDD81. Grayscale: #5C5C5C. Windows color (decimal): -4054402 or 8266434. OLE color: 8266434.

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

Color convert

RGB 194 34 126 -
CMYK 0 0.82 0.35 0.24
HSL 325.5º 0.7% 0.45% -
HSV(B) 325.5º 0.82% 0.76% -
XYZ 26.59 14.12 21.06 -
YUV 92.33 147.01 200.52 -
System Red Green Blue C M Y K H S L
Decimal 194 34 126 0 0.82 0.35 0.24 325.5 0.7 0.45
Hex C2 22 7E 0 52 23 18 146 46 2D
Octal 302 42 176 0 122 43 30 506 106 55
Binary 11000010 100010 1111110 0 1010010 100011 11000 101000110 1000110 101101

Color Harmonies of #C2227E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2227E

Black with #C2227E

Text Example


Text Example

White with #C2227E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2227E; }

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

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

background-color css

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

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

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

border-color css

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

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

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