Html Css Color HEX #C9128F Medium Violet Red

📋 copy color: '#C9128F'

red 201 ◦ green 18 ◦ blue 143

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

Shades of Medium Violet Red #C9128F

Tints of Medium Violet Red #C9128F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.97%

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

R = 55.52%
G = 4.97%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9128F (or 0xC9128F) is known color: Medium Violet Red. HEX triplet: C9, 12 and 8F. RGB value is (201,18,143). Sum of RGB (Red+Green+Blue) = 201+18+143=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C9128F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9128F is #36ED70. Grayscale: #565656. Windows color (decimal): -3599729 or 9376457. OLE color: 9376457.

HSL color Cylindrical-coordinate representation of color #C9128F: hue angle of 319.02º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9128F is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 18 143 -
CMYK 0 0.91 0.29 0.21
HSL 319.02º 0.84% 0.43% -
HSV(B) 319.02º 0.91% 0.79% -
XYZ 29.26 14.83 27.31 -
YUV 86.97 159.63 209.34 -
System Red Green Blue C M Y K H S L
Decimal 201 18 143 0 0.91 0.29 0.21 319.02 0.84 0.43
Hex C9 12 8F 0 5B 1D 15 13F 54 2B
Octal 311 22 217 0 133 35 25 477 124 53
Binary 11001001 10010 10001111 0 1011011 11101 10101 100111111 1010100 101011

Color Harmonies of #C9128F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9128F

Black with #C9128F

Text Example


Text Example

White with #C9128F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9128F; }

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

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

background-color css

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

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

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

border-color css

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

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

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