Html Css Color HEX #C90FA1 Medium Violet Red

📋 copy color: '#C90FA1'

red 201 ◦ green 15 ◦ blue 161

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

Shades of Medium Violet Red #C90FA1

Tints of Medium Violet Red #C90FA1

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.98%

 BLUE value IS 161 (63.28% from 255) = 42.71%

R = 53.32%
G = 3.98%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#C90FA1 (or 0xC90FA1) is known color: Medium Violet Red. HEX triplet: C9, 0F and A1. RGB value is (201,15,161). Sum of RGB (Red+Green+Blue) = 201+15+161=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 161 (63.28% from 255 or 42.71% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C90FA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90FA1 is #36F05E. Grayscale: #565656. Windows color (decimal): -3600479 or 10555337. OLE color: 10555337.

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

Color convert

RGB 201 15 161 -
CMYK 0 0.93 0.20 0.21
HSL 312.9º 0.86% 0.42% -
HSV(B) 312.9º 0.93% 0.79% -
XYZ 30.69 15.33 35.06 -
YUV 87.26 169.62 209.13 -
System Red Green Blue C M Y K H S L
Decimal 201 15 161 0 0.93 0.20 0.21 312.9 0.86 0.42
Hex C9 F A1 0 5D 14 15 139 56 2A
Octal 311 17 241 0 135 24 25 471 126 52
Binary 11001001 1111 10100001 0 1011101 10100 10101 100111001 1010110 101010

Color Harmonies of #C90FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90FA1

Black with #C90FA1

Text Example


Text Example

White with #C90FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90FA1; }

 p { color: rgb(201,15,161); }

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

background-color css

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

 a { background-color: rgb(201,15,161); }

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

border-color css

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

 span { border-color: rgb(201,15,161); }

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