Html Css Color HEX #C9258C Medium Violet Red

📋 copy color: '#C9258C'

red 201 ◦ green 37 ◦ blue 140

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

Shades of Medium Violet Red #C9258C

Tints of Medium Violet Red #C9258C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.04%

R = 53.17%
G = 9.79%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9258C (or 0xC9258C) is known color: Medium Violet Red. HEX triplet: C9, 25 and 8C. RGB value is (201,37,140). Sum of RGB (Red+Green+Blue) = 201+37+140=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 37 (14.84% from 255 or 9.79% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C9258C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9258C is #36DA73. Grayscale: #616161. Windows color (decimal): -3594868 or 9184713. OLE color: 9184713.

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

Color convert

RGB 201 37 140 -
CMYK 0 0.82 0.30 0.21
HSL 322.32º 0.69% 0.47% -
HSV(B) 322.32º 0.82% 0.79% -
XYZ 29.48 15.63 26.27 -
YUV 97.78 151.83 201.62 -
System Red Green Blue C M Y K H S L
Decimal 201 37 140 0 0.82 0.30 0.21 322.32 0.69 0.47
Hex C9 25 8C 0 52 1E 15 142 45 2F
Octal 311 45 214 0 122 36 25 502 105 57
Binary 11001001 100101 10001100 0 1010010 11110 10101 101000010 1000101 101111

Color Harmonies of #C9258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9258C

Black with #C9258C

Text Example


Text Example

White with #C9258C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9258C; }

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

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

background-color css

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

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

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

border-color css

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

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

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