Html Css Color HEX #C2188B Medium Violet Red

📋 copy color: '#C2188B'

red 194 ◦ green 24 ◦ blue 139

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

Shades of Medium Violet Red #C2188B

Tints of Medium Violet Red #C2188B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.94%

R = 54.34%
G = 6.72%
B = 38.94%

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

#C2188B (or 0xC2188B) is known color: Medium Violet Red. HEX triplet: C2, 18 and 8B. RGB value is (194,24,139). Sum of RGB (Red+Green+Blue) = 194+24+139=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C2188B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2188B is #3DE774. Grayscale: #575757. Windows color (decimal): -4056949 or 9115842. OLE color: 9115842.

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

Color convert

RGB 194 24 139 -
CMYK 0 0.88 0.28 0.24
HSL 319.41º 0.78% 0.43% -
HSV(B) 319.41º 0.88% 0.76% -
XYZ 27.23 13.99 25.69 -
YUV 87.94 156.82 203.65 -
System Red Green Blue C M Y K H S L
Decimal 194 24 139 0 0.88 0.28 0.24 319.41 0.78 0.43
Hex C2 18 8B 0 58 1C 18 13F 4E 2B
Octal 302 30 213 0 130 34 30 477 116 53
Binary 11000010 11000 10001011 0 1011000 11100 11000 100111111 1001110 101011

Color Harmonies of #C2188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2188B

Black with #C2188B

Text Example


Text Example

White with #C2188B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2188B; }

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

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

background-color css

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

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

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

border-color css

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

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

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