Html Css Color HEX #C90280 Medium Violet Red

📋 copy color: '#C90280'

red 201 ◦ green 2 ◦ blue 128

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

Shades of Medium Violet Red #C90280

Tints of Medium Violet Red #C90280

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

 BLUE value IS 128 (50.39% from 255) = 38.67%

R = 60.73%
G = 0.6%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C90280 (or 0xC90280) is known color: Medium Violet Red. HEX triplet: C9, 02 and 80. RGB value is (201,2,128). Sum of RGB (Red+Green+Blue) = 201+2+128=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C90280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90280 is #36FD7F. Grayscale: #4B4B4B. Windows color (decimal): -3603840 or 8389321. OLE color: 8389321.

HSL color Cylindrical-coordinate representation of color #C90280: hue angle of 322.01º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C90280 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 2 128 -
CMYK 0 0.99 0.36 0.21
HSL 322.01º 0.98% 0.4% -
HSV(B) 322.01º 0.99% 0.79% -
XYZ 28.01 14.02 21.65 -
YUV 75.87 157.43 217.25 -
System Red Green Blue C M Y K H S L
Decimal 201 2 128 0 0.99 0.36 0.21 322.01 0.98 0.4
Hex C9 2 80 0 63 24 15 142 62 28
Octal 311 2 200 0 143 44 25 502 142 50
Binary 11001001 10 10000000 0 1100011 100100 10101 101000010 1100010 101000

Color Harmonies of #C90280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90280

Black with #C90280

Text Example


Text Example

White with #C90280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90280; }

 p { color: rgb(201,2,128); }

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

background-color css

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

 a { background-color: rgb(201,2,128); }

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

border-color css

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

 span { border-color: rgb(201,2,128); }

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