Html Css Color HEX #C9216F Medium Violet Red

📋 copy color: '#C9216F'

red 201 ◦ green 33 ◦ blue 111

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

Shades of Medium Violet Red #C9216F

Tints of Medium Violet Red #C9216F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.57%

 BLUE value IS 111 (43.75% from 255) = 32.17%

R = 58.26%
G = 9.57%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9216F (or 0xC9216F) is known color: Medium Violet Red. HEX triplet: C9, 21 and 6F. RGB value is (201,33,111). Sum of RGB (Red+Green+Blue) = 201+33+111=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C9216F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9216F is #36DE90. Grayscale: #5B5B5B. Windows color (decimal): -3595921 or 7283145. OLE color: 7283145.

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

Color convert

RGB 201 33 111 -
CMYK 0 0.84 0.45 0.21
HSL 332.14º 0.72% 0.46% -
HSV(B) 332.14º 0.84% 0.79% -
XYZ 27.5 14.65 16.42 -
YUV 92.12 138.66 205.66 -
System Red Green Blue C M Y K H S L
Decimal 201 33 111 0 0.84 0.45 0.21 332.14 0.72 0.46
Hex C9 21 6F 0 54 2D 15 14C 48 2E
Octal 311 41 157 0 124 55 25 514 110 56
Binary 11001001 100001 1101111 0 1010100 101101 10101 101001100 1001000 101110

Color Harmonies of #C9216F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9216F

Black with #C9216F

Text Example


Text Example

White with #C9216F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9216F; }

 p { color: rgb(201,33,111); }

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

background-color css

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

 a { background-color: rgb(201,33,111); }

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

border-color css

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

 span { border-color: rgb(201,33,111); }

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