Html Css Color HEX #C1088D Medium Violet Red

📋 copy color: '#C1088D'

red 193 ◦ green 8 ◦ blue 141

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

Shades of Medium Violet Red #C1088D

Tints of Medium Violet Red #C1088D

RGB

 RED value IS 193 (75.78% from 255) = 56.43%

 GREEN value IS 8 (3.52% from 255) = 2.34%

 BLUE value IS 141 (55.47% from 255) = 41.23%

R = 56.43%
G = 2.34%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C1088D (or 0xC1088D) is known color: Medium Violet Red. HEX triplet: C1, 08 and 8D. RGB value is (193,8,141). Sum of RGB (Red+Green+Blue) = 193+8+141=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 8 (3.52% from 255 or 2.34% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C1088D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1088D is #3EF772. Grayscale: #4E4E4E. Windows color (decimal): -4126579 or 9242817. OLE color: 9242817.

HSL color Cylindrical-coordinate representation of color #C1088D: hue angle of 316.86º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C1088D is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 8 141 -
CMYK 0 0.96 0.27 0.24
HSL 316.86º 0.92% 0.39% -
HSV(B) 316.86º 0.96% 0.76% -
XYZ 26.89 13.43 26.38 -
YUV 78.48 163.29 209.69 -
System Red Green Blue C M Y K H S L
Decimal 193 8 141 0 0.96 0.27 0.24 316.86 0.92 0.39
Hex C1 8 8D 0 60 1B 18 13D 5C 27
Octal 301 10 215 0 140 33 30 475 134 47
Binary 11000001 1000 10001101 0 1100000 11011 11000 100111101 1011100 100111

Color Harmonies of #C1088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1088D

Black with #C1088D

Text Example


Text Example

White with #C1088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1088D; }

 p { color: rgb(193,8,141); }

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

background-color css

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

 a { background-color: rgb(193,8,141); }

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

border-color css

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

 span { border-color: rgb(193,8,141); }

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