Html Css Color HEX #C9259B Medium Violet Red

📋 copy color: '#C9259B'

red 201 ◦ green 37 ◦ blue 155

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

Shades of Medium Violet Red #C9259B

Tints of Medium Violet Red #C9259B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.44%

R = 51.15%
G = 9.41%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C9259B (or 0xC9259B) is known color: Medium Violet Red. HEX triplet: C9, 25 and 9B. RGB value is (201,37,155). Sum of RGB (Red+Green+Blue) = 201+37+155=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9259B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9259B is #36DA64. Grayscale: #636363. Windows color (decimal): -3594853 or 10167753. OLE color: 10167753.

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

Color convert

RGB 201 37 155 -
CMYK 0 0.82 0.23 0.21
HSL 316.83º 0.69% 0.47% -
HSV(B) 316.83º 0.82% 0.79% -
XYZ 30.67 16.11 32.5 -
YUV 99.49 159.33 200.41 -
System Red Green Blue C M Y K H S L
Decimal 201 37 155 0 0.82 0.23 0.21 316.83 0.69 0.47
Hex C9 25 9B 0 52 17 15 13D 45 2F
Octal 311 45 233 0 122 27 25 475 105 57
Binary 11001001 100101 10011011 0 1010010 10111 10101 100111101 1000101 101111

Color Harmonies of #C9259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9259B

Black with #C9259B

Text Example


Text Example

White with #C9259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9259B; }

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

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

background-color css

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

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

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

border-color css

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

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

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