Html Css Color HEX #C90FA3 Medium Violet Red

📋 copy color: '#C90FA3'

red 201 ◦ green 15 ◦ blue 163

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

Shades of Medium Violet Red #C90FA3

Tints of Medium Violet Red #C90FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 43.01%

R = 53.03%
G = 3.96%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#C90FA3 (or 0xC90FA3) is known color: Medium Violet Red. HEX triplet: C9, 0F and A3. RGB value is (201,15,163). Sum of RGB (Red+Green+Blue) = 201+15+163=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 163 (64.06% from 255 or 43.01% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C90FA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90FA3 is #36F05C. Grayscale: #575757. Windows color (decimal): -3600477 or 10686409. OLE color: 10686409.

HSL color Cylindrical-coordinate representation of color #C90FA3: hue angle of 312.26º 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 #C90FA3 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 15 163 -
CMYK 0 0.93 0.19 0.21
HSL 312.26º 0.86% 0.42% -
HSV(B) 312.26º 0.93% 0.79% -
XYZ 30.87 15.4 36 -
YUV 87.49 170.62 208.97 -
System Red Green Blue C M Y K H S L
Decimal 201 15 163 0 0.93 0.19 0.21 312.26 0.86 0.42
Hex C9 F A3 0 5D 13 15 138 56 2A
Octal 311 17 243 0 135 23 25 470 126 52
Binary 11001001 1111 10100011 0 1011101 10011 10101 100111000 1010110 101010

Color Harmonies of #C90FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90FA3

Black with #C90FA3

Text Example


Text Example

White with #C90FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90FA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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