Html Css Color HEX #C9269F Medium Violet Red

📋 copy color: '#C9269F'

red 201 ◦ green 38 ◦ blue 159

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

Shades of Medium Violet Red #C9269F

Tints of Medium Violet Red #C9269F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.95%

R = 50.5%
G = 9.55%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C9269F (or 0xC9269F) is known color: Medium Violet Red. HEX triplet: C9, 26 and 9F. RGB value is (201,38,159). Sum of RGB (Red+Green+Blue) = 201+38+159=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 38 (15.23% from 255 or 9.55% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C9269F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9269F is #36D960. Grayscale: #646464. Windows color (decimal): -3594593 or 10430153. OLE color: 10430153.

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

Color convert

RGB 201 38 159 -
CMYK 0 0.81 0.21 0.21
HSL 315.46º 0.68% 0.47% -
HSV(B) 315.46º 0.81% 0.79% -
XYZ 31.04 16.31 34.31 -
YUV 100.53 161 199.66 -
System Red Green Blue C M Y K H S L
Decimal 201 38 159 0 0.81 0.21 0.21 315.46 0.68 0.47
Hex C9 26 9F 0 51 15 15 13B 44 2F
Octal 311 46 237 0 121 25 25 473 104 57
Binary 11001001 100110 10011111 0 1010001 10101 10101 100111011 1000100 101111

Color Harmonies of #C9269F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9269F

Black with #C9269F

Text Example


Text Example

White with #C9269F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9269F; }

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

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

background-color css

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

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

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

border-color css

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

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

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