Html Css Color HEX #C90284 Medium Violet Red

📋 copy color: '#C90284'

red 201 ◦ green 2 ◦ blue 132

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

Shades of Medium Violet Red #C90284

Tints of Medium Violet Red #C90284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.4%

R = 60%
G = 0.6%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C90284 (or 0xC90284) is known color: Medium Violet Red. HEX triplet: C9, 02 and 84. RGB value is (201,2,132). Sum of RGB (Red+Green+Blue) = 201+2+132=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C90284 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90284 is #36FD7B. Grayscale: #4C4C4C. Windows color (decimal): -3603836 or 8651465. OLE color: 8651465.

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

Color convert

RGB 201 2 132 -
CMYK 0 0.99 0.34 0.21
HSL 320.8º 0.98% 0.4% -
HSV(B) 320.8º 0.99% 0.79% -
XYZ 28.27 14.13 23.07 -
YUV 76.32 159.43 216.93 -
System Red Green Blue C M Y K H S L
Decimal 201 2 132 0 0.99 0.34 0.21 320.8 0.98 0.4
Hex C9 2 84 0 63 22 15 141 62 28
Octal 311 2 204 0 143 42 25 501 142 50
Binary 11001001 10 10000100 0 1100011 100010 10101 101000001 1100010 101000

Color Harmonies of #C90284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90284

Black with #C90284

Text Example


Text Example

White with #C90284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90284; }

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

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

background-color css

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

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

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

border-color css

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

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

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