Html Css Color HEX #C2299C Medium Red Violet

📋 copy color: '#C2299C'

red 194 ◦ green 41 ◦ blue 156

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

Shades of Medium Red Violet #C2299C

Tints of Medium Red Violet #C2299C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.9%

R = 49.62%
G = 10.49%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C2299C (or 0xC2299C) is known color: Medium Red Violet. HEX triplet: C2, 29 and 9C. RGB value is (194,41,156). Sum of RGB (Red+Green+Blue) = 194+41+156=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C2299C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2299C is #3DD663. Grayscale: #636363. Windows color (decimal): -4052580 or 10234306. OLE color: 10234306.

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

Color convert

RGB 194 41 156 -
CMYK 0 0.79 0.20 0.24
HSL 314.9º 0.65% 0.46% -
HSV(B) 314.9º 0.79% 0.76% -
XYZ 29.04 15.46 32.91 -
YUV 99.86 159.69 195.15 -
System Red Green Blue C M Y K H S L
Decimal 194 41 156 0 0.79 0.20 0.24 314.9 0.65 0.46
Hex C2 29 9C 0 4F 14 18 13B 41 2E
Octal 302 51 234 0 117 24 30 473 101 56
Binary 11000010 101001 10011100 0 1001111 10100 11000 100111011 1000001 101110

Color Harmonies of #C2299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2299C

Black with #C2299C

Text Example


Text Example

White with #C2299C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2299C; }

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

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

background-color css

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

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

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

border-color css

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

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

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