Html Css Color HEX #C9257C Medium Violet Red

📋 copy color: '#C9257C'

red 201 ◦ green 37 ◦ blue 124

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

Shades of Medium Violet Red #C9257C

Tints of Medium Violet Red #C9257C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.22%

 BLUE value IS 124 (48.83% from 255) = 34.25%

R = 55.52%
G = 10.22%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9257C (or 0xC9257C) is known color: Medium Violet Red. HEX triplet: C9, 25 and 7C. RGB value is (201,37,124). Sum of RGB (Red+Green+Blue) = 201+37+124=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 37 (14.84% from 255 or 10.22% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C9257C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9257C is #36DA83. Grayscale: #5F5F5F. Windows color (decimal): -3594884 or 8136137. OLE color: 8136137.

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

Color convert

RGB 201 37 124 -
CMYK 0 0.82 0.38 0.21
HSL 328.17º 0.69% 0.47% -
HSV(B) 328.17º 0.82% 0.79% -
XYZ 28.39 15.2 20.51 -
YUV 95.95 143.83 202.93 -
System Red Green Blue C M Y K H S L
Decimal 201 37 124 0 0.82 0.38 0.21 328.17 0.69 0.47
Hex C9 25 7C 0 52 26 15 148 45 2F
Octal 311 45 174 0 122 46 25 510 105 57
Binary 11001001 100101 1111100 0 1010010 100110 10101 101001000 1000101 101111

Color Harmonies of #C9257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9257C

Black with #C9257C

Text Example


Text Example

White with #C9257C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9257C; }

 p { color: rgb(201,37,124); }

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

background-color css

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

 a { background-color: rgb(201,37,124); }

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

border-color css

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

 span { border-color: rgb(201,37,124); }

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