Html Css Color HEX #C9018D Medium Violet Red

📋 copy color: '#C9018D'

red 201 ◦ green 1 ◦ blue 141

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

Shades of Medium Violet Red #C9018D

Tints of Medium Violet Red #C9018D

RGB

 RED value IS 201 (78.91% from 255) = 58.6%

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 58.6%
G = 0.29%
B = 41.11%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9018D (or 0xC9018D) is known color: Medium Violet Red. HEX triplet: C9, 01 and 8D. RGB value is (201,1,141). Sum of RGB (Red+Green+Blue) = 201+1+141=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C9018D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9018D is #36FE72. Grayscale: #4C4C4C. Windows color (decimal): -3604083 or 9241033. OLE color: 9241033.

HSL color Cylindrical-coordinate representation of color #C9018D: hue angle of 318º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9018D is Cyan = 0, Magento = 1.00, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 1 141 -
CMYK 0 1.00 0.30 0.21
HSL 318º 0.99% 0.4% -
HSV(B) 318º 1% 0.79% -
XYZ 28.91 14.36 26.45 -
YUV 76.76 164.26 216.62 -
System Red Green Blue C M Y K H S L
Decimal 201 1 141 0 1.00 0.30 0.21 318 0.99 0.4
Hex C9 1 8D 0 64 1E 15 13E 63 28
Octal 311 1 215 0 144 36 25 476 143 50
Binary 11001001 1 10001101 0 1100100 11110 10101 100111110 1100011 101000

Color Harmonies of #C9018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9018D

Black with #C9018D

Text Example


Text Example

White with #C9018D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9018D; }

 p { color: rgb(201,1,141); }

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

background-color css

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

 a { background-color: rgb(201,1,141); }

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

border-color css

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

 span { border-color: rgb(201,1,141); }

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