Html Css Color HEX #C900A1 Medium Violet Red

📋 copy color: '#C900A1'

red 201 ◦ green 0 ◦ blue 161

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

Shades of Medium Violet Red #C900A1

Tints of Medium Violet Red #C900A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 44.48%

R = 55.52%
G = 0%
B = 44.48%

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

#C900A1 (or 0xC900A1) is known color: Medium Violet Red. HEX triplet: C9, 00 and A1. RGB value is (201,0,161). Sum of RGB (Red+Green+Blue) = 201+0+161=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 161 (63.28% from 255 or 44.48% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C900A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C900A1 is #36FF5E. Grayscale: #4E4E4E. Windows color (decimal): -3604319 or 10551497. OLE color: 10551497.

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

Color convert

RGB 201 0 161 -
CMYK 0 1 0.20 0.21
HSL 311.94º 1% 0.39% -
HSV(B) 311.94º 1% 0.79% -
XYZ 30.52 14.99 35 -
YUV 78.45 174.59 215.41 -
System Red Green Blue C M Y K H S L
Decimal 201 0 161 0 1 0.20 0.21 311.94 1 0.39
Hex C9 0 A1 0 64 14 15 138 64 27
Octal 311 0 241 0 144 24 25 470 144 47
Binary 11001001 0 10100001 0 1100100 10100 10101 100111000 1100100 100111

Color Harmonies of #C900A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C900A1

Black with #C900A1

Text Example


Text Example

White with #C900A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C900A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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