Html Css Color HEX #C1008D Medium Violet Red

📋 copy color: '#C1008D'

red 193 ◦ green 0 ◦ blue 141

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

Shades of Medium Violet Red #C1008D

Tints of Medium Violet Red #C1008D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.78%
G = 0%
B = 42.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C1008D (or 0xC1008D) is known color: Medium Violet Red. HEX triplet: C1, 00 and 8D. RGB value is (193,0,141). Sum of RGB (Red+Green+Blue) = 193+0+141=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C1008D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1008D is #3EFF72. Grayscale: #494949. Windows color (decimal): -4128627 or 9240769. OLE color: 9240769.

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

Color convert

RGB 193 0 141 -
CMYK 0 1 0.27 0.24
HSL 316.17º 1% 0.38% -
HSV(B) 316.17º 1% 0.76% -
XYZ 26.8 13.26 26.35 -
YUV 73.78 165.94 213.04 -
System Red Green Blue C M Y K H S L
Decimal 193 0 141 0 1 0.27 0.24 316.17 1 0.38
Hex C1 0 8D 0 64 1B 18 13C 64 26
Octal 301 0 215 0 144 33 30 474 144 46
Binary 11000001 0 10001101 0 1100100 11011 11000 100111100 1100100 100110

Color Harmonies of #C1008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1008D

Black with #C1008D

Text Example


Text Example

White with #C1008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1008D; }

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

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

background-color css

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

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

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

border-color css

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

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

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