Html Css Color HEX #C900A4 Medium Violet Red

📋 copy color: '#C900A4'

red 201 ◦ green 0 ◦ blue 164

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

Shades of Medium Violet Red #C900A4

Tints of Medium Violet Red #C900A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 44.93%

R = 55.07%
G = 0%
B = 44.93%

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

#C900A4 (or 0xC900A4) is known color: Medium Violet Red. HEX triplet: C9, 00 and A4. RGB value is (201,0,164). Sum of RGB (Red+Green+Blue) = 201+0+164=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 164 (64.45% from 255 or 44.93% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C900A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C900A4 is #36FF5B. Grayscale: #4E4E4E. Windows color (decimal): -3604316 or 10748105. OLE color: 10748105.

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

Color convert

RGB 201 0 164 -
CMYK 0 1 0.18 0.21
HSL 311.04º 1% 0.39% -
HSV(B) 311.04º 1% 0.79% -
XYZ 30.79 15.1 36.41 -
YUV 78.8 176.09 215.16 -
System Red Green Blue C M Y K H S L
Decimal 201 0 164 0 1 0.18 0.21 311.04 1 0.39
Hex C9 0 A4 0 64 12 15 137 64 27
Octal 311 0 244 0 144 22 25 467 144 47
Binary 11001001 0 10100100 0 1100100 10010 10101 100110111 1100100 100111

Color Harmonies of #C900A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C900A4

Black with #C900A4

Text Example


Text Example

White with #C900A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C900A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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