Html Css Color HEX #C2279E Medium Red Violet

📋 copy color: '#C2279E'

red 194 ◦ green 39 ◦ blue 158

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

Shades of Medium Red Violet #C2279E

Tints of Medium Red Violet #C2279E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.97%

 BLUE value IS 158 (62.11% from 255) = 40.41%

R = 49.62%
G = 9.97%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2279E (or 0xC2279E) is known color: Medium Red Violet. HEX triplet: C2, 27 and 9E. RGB value is (194,39,158). Sum of RGB (Red+Green+Blue) = 194+39+158=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 39 (15.62% from 255 or 9.97% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C2279E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2279E is #3DD861. Grayscale: #626262. Windows color (decimal): -4053090 or 10364866. OLE color: 10364866.

HSL color Cylindrical-coordinate representation of color #C2279E: hue angle of 313.94º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2279E is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 39 158 -
CMYK 0 0.80 0.19 0.24
HSL 313.94º 0.67% 0.46% -
HSV(B) 313.94º 0.8% 0.76% -
XYZ 29.15 15.39 33.78 -
YUV 98.91 161.35 195.82 -
System Red Green Blue C M Y K H S L
Decimal 194 39 158 0 0.80 0.19 0.24 313.94 0.67 0.46
Hex C2 27 9E 0 50 13 18 13A 43 2E
Octal 302 47 236 0 120 23 30 472 103 56
Binary 11000010 100111 10011110 0 1010000 10011 11000 100111010 1000011 101110

Color Harmonies of #C2279E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2279E

Black with #C2279E

Text Example


Text Example

White with #C2279E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2279E; }

 p { color: rgb(194,39,158); }

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

background-color css

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

 a { background-color: rgb(194,39,158); }

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

border-color css

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

 span { border-color: rgb(194,39,158); }

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