Html Css Color HEX #C2288F Medium Red Violet

📋 copy color: '#C2288F'

red 194 ◦ green 40 ◦ blue 143

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

Shades of Medium Red Violet #C2288F

Tints of Medium Red Violet #C2288F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.93%

R = 51.46%
G = 10.61%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C2288F (or 0xC2288F) is known color: Medium Red Violet. HEX triplet: C2, 28 and 8F. RGB value is (194,40,143). Sum of RGB (Red+Green+Blue) = 194+40+143=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C2288F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2288F is #3DD770. Grayscale: #616161. Windows color (decimal): -4052849 or 9382082. OLE color: 9382082.

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

Color convert

RGB 194 40 143 -
CMYK 0 0.79 0.26 0.24
HSL 319.87º 0.66% 0.46% -
HSV(B) 319.87º 0.79% 0.76% -
XYZ 27.96 14.97 27.4 -
YUV 97.79 153.52 196.62 -
System Red Green Blue C M Y K H S L
Decimal 194 40 143 0 0.79 0.26 0.24 319.87 0.66 0.46
Hex C2 28 8F 0 4F 1A 18 140 42 2E
Octal 302 50 217 0 117 32 30 500 102 56
Binary 11000010 101000 10001111 0 1001111 11010 11000 101000000 1000010 101110

Color Harmonies of #C2288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2288F

Black with #C2288F

Text Example


Text Example

White with #C2288F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2288F; }

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

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

background-color css

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

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

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

border-color css

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

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

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