Html Css Color HEX #C2188C Medium Violet Red

📋 copy color: '#C2188C'

red 194 ◦ green 24 ◦ blue 140

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

Shades of Medium Violet Red #C2188C

Tints of Medium Violet Red #C2188C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.11%

R = 54.19%
G = 6.7%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2188C (or 0xC2188C) is known color: Medium Violet Red. HEX triplet: C2, 18 and 8C. RGB value is (194,24,140). Sum of RGB (Red+Green+Blue) = 194+24+140=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C2188C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2188C is #3DE773. Grayscale: #575757. Windows color (decimal): -4056948 or 9181378. OLE color: 9181378.

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

Color convert

RGB 194 24 140 -
CMYK 0 0.88 0.28 0.24
HSL 319.06º 0.78% 0.43% -
HSV(B) 319.06º 0.88% 0.76% -
XYZ 27.31 14.02 26.08 -
YUV 88.05 157.32 203.57 -
System Red Green Blue C M Y K H S L
Decimal 194 24 140 0 0.88 0.28 0.24 319.06 0.78 0.43
Hex C2 18 8C 0 58 1C 18 13F 4E 2B
Octal 302 30 214 0 130 34 30 477 116 53
Binary 11000010 11000 10001100 0 1011000 11100 11000 100111111 1001110 101011

Color Harmonies of #C2188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2188C

Black with #C2188C

Text Example


Text Example

White with #C2188C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2188C; }

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

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

background-color css

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

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

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

border-color css

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

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

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