Html Css Color HEX #C9268A Medium Violet Red

📋 copy color: '#C9268A'

red 201 ◦ green 38 ◦ blue 138

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

Shades of Medium Violet Red #C9268A

Tints of Medium Violet Red #C9268A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.6%

R = 53.32%
G = 10.08%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9268A (or 0xC9268A) is known color: Medium Violet Red. HEX triplet: C9, 26 and 8A. RGB value is (201,38,138). Sum of RGB (Red+Green+Blue) = 201+38+138=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C9268A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9268A is #36D975. Grayscale: #616161. Windows color (decimal): -3594614 or 9053897. OLE color: 9053897.

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

Color convert

RGB 201 38 138 -
CMYK 0 0.81 0.31 0.21
HSL 323.19º 0.68% 0.47% -
HSV(B) 323.19º 0.81% 0.79% -
XYZ 29.37 15.64 25.52 -
YUV 98.14 150.5 201.37 -
System Red Green Blue C M Y K H S L
Decimal 201 38 138 0 0.81 0.31 0.21 323.19 0.68 0.47
Hex C9 26 8A 0 51 1F 15 143 44 2F
Octal 311 46 212 0 121 37 25 503 104 57
Binary 11001001 100110 10001010 0 1010001 11111 10101 101000011 1000100 101111

Color Harmonies of #C9268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9268A

Black with #C9268A

Text Example


Text Example

White with #C9268A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9268A; }

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

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

background-color css

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

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

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

border-color css

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

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

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