Html Css Color HEX #C9269A Medium Violet Red

📋 copy color: '#C9269A'

red 201 ◦ green 38 ◦ blue 154

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

Shades of Medium Violet Red #C9269A

Tints of Medium Violet Red #C9269A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.19%

R = 51.15%
G = 9.67%
B = 39.19%

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

#C9269A (or 0xC9269A) is known color: Medium Violet Red. HEX triplet: C9, 26 and 9A. RGB value is (201,38,154). Sum of RGB (Red+Green+Blue) = 201+38+154=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9269A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9269A is #36D965. Grayscale: #636363. Windows color (decimal): -3594598 or 10102473. OLE color: 10102473.

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

Color convert

RGB 201 38 154 -
CMYK 0 0.81 0.23 0.21
HSL 317.3º 0.68% 0.47% -
HSV(B) 317.3º 0.81% 0.79% -
XYZ 30.61 16.14 32.07 -
YUV 99.96 158.5 200.07 -
System Red Green Blue C M Y K H S L
Decimal 201 38 154 0 0.81 0.23 0.21 317.3 0.68 0.47
Hex C9 26 9A 0 51 17 15 13D 44 2F
Octal 311 46 232 0 121 27 25 475 104 57
Binary 11001001 100110 10011010 0 1010001 10111 10101 100111101 1000100 101111

Color Harmonies of #C9269A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9269A

Black with #C9269A

Text Example


Text Example

White with #C9269A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9269A; }

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

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

background-color css

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

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

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

border-color css

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

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

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