Html Css Color HEX #C9268E Medium Violet Red

📋 copy color: '#C9268E'

red 201 ◦ green 38 ◦ blue 142

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

Shades of Medium Violet Red #C9268E

Tints of Medium Violet Red #C9268E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.27%

R = 52.76%
G = 9.97%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9268E (or 0xC9268E) is known color: Medium Violet Red. HEX triplet: C9, 26 and 8E. RGB value is (201,38,142). Sum of RGB (Red+Green+Blue) = 201+38+142=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 38 (15.23% from 255 or 9.97% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C9268E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9268E is #36D971. Grayscale: #626262. Windows color (decimal): -3594610 or 9316041. OLE color: 9316041.

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

Color convert

RGB 201 38 142 -
CMYK 0 0.81 0.29 0.21
HSL 321.72º 0.68% 0.47% -
HSV(B) 321.72º 0.81% 0.79% -
XYZ 29.66 15.76 27.07 -
YUV 98.59 152.5 201.04 -
System Red Green Blue C M Y K H S L
Decimal 201 38 142 0 0.81 0.29 0.21 321.72 0.68 0.47
Hex C9 26 8E 0 51 1D 15 142 44 2F
Octal 311 46 216 0 121 35 25 502 104 57
Binary 11001001 100110 10001110 0 1010001 11101 10101 101000010 1000100 101111

Color Harmonies of #C9268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9268E

Black with #C9268E

Text Example


Text Example

White with #C9268E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9268E; }

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

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

background-color css

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

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

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

border-color css

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

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

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