Html Css Color HEX #C9219B Medium Violet Red

📋 copy color: '#C9219B'

red 201 ◦ green 33 ◦ blue 155

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

Shades of Medium Violet Red #C9219B

Tints of Medium Violet Red #C9219B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.85%

R = 51.67%
G = 8.48%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C9219B (or 0xC9219B) is known color: Medium Violet Red. HEX triplet: C9, 21 and 9B. RGB value is (201,33,155). Sum of RGB (Red+Green+Blue) = 201+33+155=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C9219B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9219B is #36DE64. Grayscale: #606060. Windows color (decimal): -3595877 or 10166729. OLE color: 10166729.

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

Color convert

RGB 201 33 155 -
CMYK 0 0.84 0.23 0.21
HSL 316.43º 0.72% 0.46% -
HSV(B) 316.43º 0.84% 0.79% -
XYZ 30.55 15.87 32.46 -
YUV 97.14 160.66 202.08 -
System Red Green Blue C M Y K H S L
Decimal 201 33 155 0 0.84 0.23 0.21 316.43 0.72 0.46
Hex C9 21 9B 0 54 17 15 13C 48 2E
Octal 311 41 233 0 124 27 25 474 110 56
Binary 11001001 100001 10011011 0 1010100 10111 10101 100111100 1001000 101110

Color Harmonies of #C9219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9219B

Black with #C9219B

Text Example


Text Example

White with #C9219B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9219B; }

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

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

background-color css

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

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

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

border-color css

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

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

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