Html Css Color HEX #C2296C Medium Red Violet

📋 copy color: '#C2296C'

red 194 ◦ green 41 ◦ blue 108

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

Shades of Medium Red Violet #C2296C

Tints of Medium Red Violet #C2296C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.49%

R = 56.56%
G = 11.95%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2296C (or 0xC2296C) is known color: Medium Red Violet. HEX triplet: C2, 29 and 6C. RGB value is (194,41,108). Sum of RGB (Red+Green+Blue) = 194+41+108=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C2296C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2296C is #3DD693. Grayscale: #5E5E5E. Windows color (decimal): -4052628 or 7088578. OLE color: 7088578.

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

Color convert

RGB 194 41 108 -
CMYK 0 0.79 0.44 0.24
HSL 333.73º 0.65% 0.46% -
HSV(B) 333.73º 0.79% 0.76% -
XYZ 25.75 14.14 15.56 -
YUV 94.39 135.69 199.05 -
System Red Green Blue C M Y K H S L
Decimal 194 41 108 0 0.79 0.44 0.24 333.73 0.65 0.46
Hex C2 29 6C 0 4F 2C 18 14E 41 2E
Octal 302 51 154 0 117 54 30 516 101 56
Binary 11000010 101001 1101100 0 1001111 101100 11000 101001110 1000001 101110

Color Harmonies of #C2296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2296C

Black with #C2296C

Text Example


Text Example

White with #C2296C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2296C; }

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

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

background-color css

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

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

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

border-color css

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

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

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