Html Css Color HEX #C90690 Medium Violet Red

📋 copy color: '#C90690'

red 201 ◦ green 6 ◦ blue 144

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

Shades of Medium Violet Red #C90690

Tints of Medium Violet Red #C90690

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.71%

 BLUE value IS 144 (56.64% from 255) = 41.03%

R = 57.26%
G = 1.71%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C90690 (or 0xC90690) is known color: Medium Violet Red. HEX triplet: C9, 06 and 90. RGB value is (201,6,144). Sum of RGB (Red+Green+Blue) = 201+6+144=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C90690 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90690 is #36F96F. Grayscale: #4F4F4F. Windows color (decimal): -3602800 or 9438921. OLE color: 9438921.

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

Color convert

RGB 201 6 144 -
CMYK 0 0.97 0.28 0.21
HSL 317.54º 0.94% 0.41% -
HSV(B) 317.54º 0.97% 0.79% -
XYZ 29.19 14.56 27.66 -
YUV 80.04 164.1 214.28 -
System Red Green Blue C M Y K H S L
Decimal 201 6 144 0 0.97 0.28 0.21 317.54 0.94 0.41
Hex C9 6 90 0 61 1C 15 13E 5E 29
Octal 311 6 220 0 141 34 25 476 136 51
Binary 11001001 110 10010000 0 1100001 11100 10101 100111110 1011110 101001

Color Harmonies of #C90690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90690

Black with #C90690

Text Example


Text Example

White with #C90690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90690; }

 p { color: rgb(201,6,144); }

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

background-color css

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

 a { background-color: rgb(201,6,144); }

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

border-color css

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

 span { border-color: rgb(201,6,144); }

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