Html Css Color HEX #C2289F Medium Red Violet

📋 copy color: '#C2289F'

red 194 ◦ green 40 ◦ blue 159

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

Shades of Medium Red Violet #C2289F

Tints of Medium Red Violet #C2289F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.18%

 BLUE value IS 159 (62.5% from 255) = 40.46%

R = 49.36%
G = 10.18%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C2289F (or 0xC2289F) is known color: Medium Red Violet. HEX triplet: C2, 28 and 9F. RGB value is (194,40,159). Sum of RGB (Red+Green+Blue) = 194+40+159=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 40 (16.02% from 255 or 10.18% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C2289F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2289F is #3DD760. Grayscale: #636363. Windows color (decimal): -4052833 or 10430658. OLE color: 10430658.

HSL color Cylindrical-coordinate representation of color #C2289F: hue angle of 313.64º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C2289F is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 40 159 -
CMYK 0 0.79 0.18 0.24
HSL 313.64º 0.66% 0.46% -
HSV(B) 313.64º 0.79% 0.76% -
XYZ 29.26 15.49 34.25 -
YUV 99.61 161.52 195.32 -
System Red Green Blue C M Y K H S L
Decimal 194 40 159 0 0.79 0.18 0.24 313.64 0.66 0.46
Hex C2 28 9F 0 4F 12 18 13A 42 2E
Octal 302 50 237 0 117 22 30 472 102 56
Binary 11000010 101000 10011111 0 1001111 10010 11000 100111010 1000010 101110

Color Harmonies of #C2289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2289F

Black with #C2289F

Text Example


Text Example

White with #C2289F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2289F; }

 p { color: rgb(194,40,159); }

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

background-color css

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

 a { background-color: rgb(194,40,159); }

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

border-color css

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

 span { border-color: rgb(194,40,159); }

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