Html Css Color HEX #C9088D Medium Violet Red

📋 copy color: '#C9088D'

red 201 ◦ green 8 ◦ blue 141

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

Shades of Medium Violet Red #C9088D

Tints of Medium Violet Red #C9088D

RGB

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

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

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

R = 57.43%
G = 2.29%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9088D (or 0xC9088D) is known color: Medium Violet Red. HEX triplet: C9, 08 and 8D. RGB value is (201,8,141). Sum of RGB (Red+Green+Blue) = 201+8+141=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C9088D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9088D is #36F772. Grayscale: #505050. Windows color (decimal): -3602291 or 9242825. OLE color: 9242825.

HSL color Cylindrical-coordinate representation of color #C9088D: hue angle of 318.65º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9088D is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 8 141 -
CMYK 0 0.96 0.30 0.21
HSL 318.65º 0.92% 0.41% -
HSV(B) 318.65º 0.96% 0.79% -
XYZ 28.98 14.51 26.47 -
YUV 80.87 161.94 213.69 -
System Red Green Blue C M Y K H S L
Decimal 201 8 141 0 0.96 0.30 0.21 318.65 0.92 0.41
Hex C9 8 8D 0 60 1E 15 13F 5C 29
Octal 311 10 215 0 140 36 25 477 134 51
Binary 11001001 1000 10001101 0 1100000 11110 10101 100111111 1011100 101001

Color Harmonies of #C9088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9088D

Black with #C9088D

Text Example


Text Example

White with #C9088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9088D; }

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

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

background-color css

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

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

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

border-color css

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

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

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