Html Css Color HEX #C90DA5 Medium Violet Red

📋 copy color: '#C90DA5'

red 201 ◦ green 13 ◦ blue 165

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

Shades of Medium Violet Red #C90DA5

Tints of Medium Violet Red #C90DA5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.43%

 BLUE value IS 165 (64.84% from 255) = 43.54%

R = 53.03%
G = 3.43%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C90DA5 (or 0xC90DA5) is known color: Medium Violet Red. HEX triplet: C9, 0D and A5. RGB value is (201,13,165). Sum of RGB (Red+Green+Blue) = 201+13+165=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 13 (5.47% from 255 or 3.43% from 379); Blue value is 165 (64.84% from 255 or 43.54% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C90DA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90DA5 is #36F25A. Grayscale: #565656. Windows color (decimal): -3600987 or 10816969. OLE color: 10816969.

HSL color Cylindrical-coordinate representation of color #C90DA5: hue angle of 311.49º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90DA5 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 13 165 -
CMYK 0 0.94 0.18 0.21
HSL 311.49º 0.88% 0.42% -
HSV(B) 311.49º 0.94% 0.79% -
XYZ 31.02 15.42 36.94 -
YUV 86.54 172.28 209.64 -
System Red Green Blue C M Y K H S L
Decimal 201 13 165 0 0.94 0.18 0.21 311.49 0.88 0.42
Hex C9 D A5 0 5E 12 15 137 58 2A
Octal 311 15 245 0 136 22 25 467 130 52
Binary 11001001 1101 10100101 0 1011110 10010 10101 100110111 1011000 101010

Color Harmonies of #C90DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90DA5

Black with #C90DA5

Text Example


Text Example

White with #C90DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90DA5; }

 p { color: rgb(201,13,165); }

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

background-color css

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

 a { background-color: rgb(201,13,165); }

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

border-color css

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

 span { border-color: rgb(201,13,165); }

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