Html Css Color HEX #C9269B Medium Violet Red

📋 copy color: '#C9269B'

red 201 ◦ green 38 ◦ blue 155

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

Shades of Medium Violet Red #C9269B

Tints of Medium Violet Red #C9269B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.64%

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

R = 51.02%
G = 9.64%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C9269B (or 0xC9269B) is known color: Medium Violet Red. HEX triplet: C9, 26 and 9B. RGB value is (201,38,155). Sum of RGB (Red+Green+Blue) = 201+38+155=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C9269B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9269B is #36D964. Grayscale: #636363. Windows color (decimal): -3594597 or 10168009. OLE color: 10168009.

HSL color Cylindrical-coordinate representation of color #C9269B: hue angle of 316.93º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9269B is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 38 155 -
CMYK 0 0.81 0.23 0.21
HSL 316.93º 0.68% 0.47% -
HSV(B) 316.93º 0.81% 0.79% -
XYZ 30.7 16.17 32.51 -
YUV 100.08 159 199.99 -
System Red Green Blue C M Y K H S L
Decimal 201 38 155 0 0.81 0.23 0.21 316.93 0.68 0.47
Hex C9 26 9B 0 51 17 15 13D 44 2F
Octal 311 46 233 0 121 27 25 475 104 57
Binary 11001001 100110 10011011 0 1010001 10111 10101 100111101 1000100 101111

Color Harmonies of #C9269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9269B

Black with #C9269B

Text Example


Text Example

White with #C9269B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9269B; }

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

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

background-color css

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

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

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

border-color css

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

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

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