Html Css Color HEX #C9008F Medium Violet Red

📋 copy color: '#C9008F'

red 201 ◦ green 0 ◦ blue 143

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

Shades of Medium Violet Red #C9008F

Tints of Medium Violet Red #C9008F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.57%

R = 58.43%
G = 0%
B = 41.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9008F (or 0xC9008F) is known color: Medium Violet Red. HEX triplet: C9, 00 and 8F. RGB value is (201,0,143). Sum of RGB (Red+Green+Blue) = 201+0+143=344 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.43% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 201 - color contains mainly: red. Hex color #C9008F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9008F is #36FF70. Grayscale: #4C4C4C. Windows color (decimal): -3604337 or 9371849. OLE color: 9371849.

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

Color convert

RGB 201 0 143 -
CMYK 0 1 0.29 0.21
HSL 317.31º 1% 0.39% -
HSV(B) 317.31º 1% 0.79% -
XYZ 29.05 14.4 27.24 -
YUV 76.4 165.59 216.87 -
System Red Green Blue C M Y K H S L
Decimal 201 0 143 0 1 0.29 0.21 317.31 1 0.39
Hex C9 0 8F 0 64 1D 15 13D 64 27
Octal 311 0 217 0 144 35 25 475 144 47
Binary 11001001 0 10001111 0 1100100 11101 10101 100111101 1100100 100111

Color Harmonies of #C9008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9008F

Black with #C9008F

Text Example


Text Example

White with #C9008F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9008F; }

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

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

background-color css

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

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

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

border-color css

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

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

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