Html Css Color HEX #C2187C Medium Violet Red

📋 copy color: '#C2187C'

red 194 ◦ green 24 ◦ blue 124

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

Shades of Medium Violet Red #C2187C

Tints of Medium Violet Red #C2187C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.02%

 BLUE value IS 124 (48.83% from 255) = 36.26%

R = 56.73%
G = 7.02%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2187C (or 0xC2187C) is known color: Medium Violet Red. HEX triplet: C2, 18 and 7C. RGB value is (194,24,124). Sum of RGB (Red+Green+Blue) = 194+24+124=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C2187C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2187C is #3DE783. Grayscale: #565656. Windows color (decimal): -4056964 or 8132802. OLE color: 8132802.

HSL color Cylindrical-coordinate representation of color #C2187C: hue angle of 324.71º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2187C is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 24 124 -
CMYK 0 0.88 0.36 0.24
HSL 324.71º 0.78% 0.43% -
HSV(B) 324.71º 0.88% 0.76% -
XYZ 26.21 13.58 20.31 -
YUV 86.23 149.32 204.87 -
System Red Green Blue C M Y K H S L
Decimal 194 24 124 0 0.88 0.36 0.24 324.71 0.78 0.43
Hex C2 18 7C 0 58 24 18 145 4E 2B
Octal 302 30 174 0 130 44 30 505 116 53
Binary 11000010 11000 1111100 0 1011000 100100 11000 101000101 1001110 101011

Color Harmonies of #C2187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2187C

Black with #C2187C

Text Example


Text Example

White with #C2187C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2187C; }

 p { color: rgb(194,24,124); }

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

background-color css

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

 a { background-color: rgb(194,24,124); }

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

border-color css

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

 span { border-color: rgb(194,24,124); }

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