Html Css Color HEX #C2288A Medium Red Violet

📋 copy color: '#C2288A'

red 194 ◦ green 40 ◦ blue 138

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

Shades of Medium Red Violet #C2288A

Tints of Medium Red Violet #C2288A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.1%

R = 52.15%
G = 10.75%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2288A (or 0xC2288A) is known color: Medium Red Violet. HEX triplet: C2, 28 and 8A. RGB value is (194,40,138). Sum of RGB (Red+Green+Blue) = 194+40+138=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C2288A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2288A is #3DD775. Grayscale: #606060. Windows color (decimal): -4052854 or 9054402. OLE color: 9054402.

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

Color convert

RGB 194 40 138 -
CMYK 0 0.79 0.29 0.24
HSL 321.82º 0.66% 0.46% -
HSV(B) 321.82º 0.79% 0.76% -
XYZ 27.59 14.82 25.45 -
YUV 97.22 151.02 197.03 -
System Red Green Blue C M Y K H S L
Decimal 194 40 138 0 0.79 0.29 0.24 321.82 0.66 0.46
Hex C2 28 8A 0 4F 1D 18 142 42 2E
Octal 302 50 212 0 117 35 30 502 102 56
Binary 11000010 101000 10001010 0 1001111 11101 11000 101000010 1000010 101110

Color Harmonies of #C2288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2288A

Black with #C2288A

Text Example


Text Example

White with #C2288A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2288A; }

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

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

background-color css

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

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

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

border-color css

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

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

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