Html Css Color HEX #C2298E Medium Red Violet

📋 copy color: '#C2298E'

red 194 ◦ green 41 ◦ blue 142

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

Shades of Medium Red Violet #C2298E

Tints of Medium Red Violet #C2298E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.88%

 BLUE value IS 142 (55.86% from 255) = 37.67%

R = 51.46%
G = 10.88%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2298E (or 0xC2298E) is known color: Medium Red Violet. HEX triplet: C2, 29 and 8E. RGB value is (194,41,142). Sum of RGB (Red+Green+Blue) = 194+41+142=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 41 (16.41% from 255 or 10.88% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C2298E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2298E is #3DD671. Grayscale: #626262. Windows color (decimal): -4052594 or 9316802. OLE color: 9316802.

HSL color Cylindrical-coordinate representation of color #C2298E: hue angle of 320.39º degrees, saturation: 0.65, 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 #C2298E is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 41 142 -
CMYK 0 0.79 0.27 0.24
HSL 320.39º 0.65% 0.46% -
HSV(B) 320.39º 0.79% 0.76% -
XYZ 27.92 15.01 27.02 -
YUV 98.26 152.69 196.29 -
System Red Green Blue C M Y K H S L
Decimal 194 41 142 0 0.79 0.27 0.24 320.39 0.65 0.46
Hex C2 29 8E 0 4F 1B 18 140 41 2E
Octal 302 51 216 0 117 33 30 500 101 56
Binary 11000010 101001 10001110 0 1001111 11011 11000 101000000 1000001 101110

Color Harmonies of #C2298E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2298E

Black with #C2298E

Text Example


Text Example

White with #C2298E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2298E; }

 p { color: rgb(194,41,142); }

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

background-color css

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

 a { background-color: rgb(194,41,142); }

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

border-color css

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

 span { border-color: rgb(194,41,142); }

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