Html Css Color HEX #C900A0 Medium Violet Red

📋 copy color: '#C900A0'

red 201 ◦ green 0 ◦ blue 160

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

Shades of Medium Violet Red #C900A0

Tints of Medium Violet Red #C900A0

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 160 (62.89% from 255) = 44.32%

R = 55.68%
G = 0%
B = 44.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#C900A0 (or 0xC900A0) is known color: Medium Violet Red. HEX triplet: C9, 00 and A0. RGB value is (201,0,160). Sum of RGB (Red+Green+Blue) = 201+0+160=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C900A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C900A0 is #36FF5F. Grayscale: #4D4D4D. Windows color (decimal): -3604320 or 10485961. OLE color: 10485961.

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

Color convert

RGB 201 0 160 -
CMYK 0 1 0.20 0.21
HSL 312.24º 1% 0.39% -
HSV(B) 312.24º 1% 0.79% -
XYZ 30.43 14.96 34.54 -
YUV 78.34 174.09 215.49 -
System Red Green Blue C M Y K H S L
Decimal 201 0 160 0 1 0.20 0.21 312.24 1 0.39
Hex C9 0 A0 0 64 14 15 138 64 27
Octal 311 0 240 0 144 24 25 470 144 47
Binary 11001001 0 10100000 0 1100100 10100 10101 100111000 1100100 100111

Color Harmonies of #C900A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C900A0

Black with #C900A0

Text Example


Text Example

White with #C900A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C900A0; }

 p { color: rgb(201,0,160); }

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

background-color css

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

 a { background-color: rgb(201,0,160); }

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

border-color css

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

 span { border-color: rgb(201,0,160); }

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