Html Css Color HEX #C2299A Medium Red Violet

📋 copy color: '#C2299A'

red 194 ◦ green 41 ◦ blue 154

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

Shades of Medium Red Violet #C2299A

Tints of Medium Red Violet #C2299A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.59%

R = 49.87%
G = 10.54%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C2299A (or 0xC2299A) is known color: Medium Red Violet. HEX triplet: C2, 29 and 9A. RGB value is (194,41,154). Sum of RGB (Red+Green+Blue) = 194+41+154=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2299A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2299A is #3DD665. Grayscale: #636363. Windows color (decimal): -4052582 or 10103234. OLE color: 10103234.

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

Color convert

RGB 194 41 154 -
CMYK 0 0.79 0.21 0.24
HSL 315.69º 0.65% 0.46% -
HSV(B) 315.69º 0.79% 0.76% -
XYZ 28.87 15.39 32.02 -
YUV 99.63 158.69 195.31 -
System Red Green Blue C M Y K H S L
Decimal 194 41 154 0 0.79 0.21 0.24 315.69 0.65 0.46
Hex C2 29 9A 0 4F 15 18 13C 41 2E
Octal 302 51 232 0 117 25 30 474 101 56
Binary 11000010 101001 10011010 0 1001111 10101 11000 100111100 1000001 101110

Color Harmonies of #C2299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2299A

Black with #C2299A

Text Example


Text Example

White with #C2299A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2299A; }

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

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

background-color css

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

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

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

border-color css

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

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

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