Html Css Color HEX #C900A5 Medium Violet Red

📋 copy color: '#C900A5'

red 201 ◦ green 0 ◦ blue 165

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

Shades of Medium Violet Red #C900A5

Tints of Medium Violet Red #C900A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 45.08%

R = 54.92%
G = 0%
B = 45.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C900A5 (or 0xC900A5) is known color: Medium Violet Red. HEX triplet: C9, 00 and A5. RGB value is (201,0,165). Sum of RGB (Red+Green+Blue) = 201+0+165=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 165 (64.84% from 255 or 45.08% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C900A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C900A5 is #36FF5A. Grayscale: #4E4E4E. Windows color (decimal): -3604315 or 10813641. OLE color: 10813641.

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

Color convert

RGB 201 0 165 -
CMYK 0 1 0.18 0.21
HSL 310.75º 1% 0.39% -
HSV(B) 310.75º 1% 0.79% -
XYZ 30.88 15.13 36.89 -
YUV 78.91 176.59 215.08 -
System Red Green Blue C M Y K H S L
Decimal 201 0 165 0 1 0.18 0.21 310.75 1 0.39
Hex C9 0 A5 0 64 12 15 137 64 27
Octal 311 0 245 0 144 22 25 467 144 47
Binary 11001001 0 10100101 0 1100100 10010 10101 100110111 1100100 100111

Color Harmonies of #C900A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C900A5

Black with #C900A5

Text Example


Text Example

White with #C900A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C900A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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