Html Css Color HEX #C9257A Medium Violet Red

📋 copy color: '#C9257A'

red 201 ◦ green 37 ◦ blue 122

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

Shades of Medium Violet Red #C9257A

Tints of Medium Violet Red #C9257A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.89%

R = 55.83%
G = 10.28%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C9257A (or 0xC9257A) is known color: Medium Violet Red. HEX triplet: C9, 25 and 7A. RGB value is (201,37,122). Sum of RGB (Red+Green+Blue) = 201+37+122=360 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.83% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 201 - color contains mainly: red. Hex color #C9257A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9257A is #36DA85. Grayscale: #5F5F5F. Windows color (decimal): -3594886 or 8005065. OLE color: 8005065.

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

Color convert

RGB 201 37 122 -
CMYK 0 0.82 0.39 0.21
HSL 328.9º 0.69% 0.47% -
HSV(B) 328.9º 0.82% 0.79% -
XYZ 28.26 15.15 19.85 -
YUV 95.73 142.83 203.09 -
System Red Green Blue C M Y K H S L
Decimal 201 37 122 0 0.82 0.39 0.21 328.9 0.69 0.47
Hex C9 25 7A 0 52 27 15 149 45 2F
Octal 311 45 172 0 122 47 25 511 105 57
Binary 11001001 100101 1111010 0 1010010 100111 10101 101001001 1000101 101111

Color Harmonies of #C9257A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9257A

Black with #C9257A

Text Example


Text Example

White with #C9257A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9257A; }

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

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

background-color css

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

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

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

border-color css

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

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

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