Html Css Color HEX #C9238E Medium Violet Red

📋 copy color: '#C9238E'

red 201 ◦ green 35 ◦ blue 142

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

Shades of Medium Violet Red #C9238E

Tints of Medium Violet Red #C9238E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.26%

 BLUE value IS 142 (55.86% from 255) = 37.57%

R = 53.17%
G = 9.26%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9238E (or 0xC9238E) is known color: Medium Violet Red. HEX triplet: C9, 23 and 8E. RGB value is (201,35,142). Sum of RGB (Red+Green+Blue) = 201+35+142=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C9238E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9238E is #36DC71. Grayscale: #606060. Windows color (decimal): -3595378 or 9315273. OLE color: 9315273.

HSL color Cylindrical-coordinate representation of color #C9238E: hue angle of 321.33º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C9238E is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 35 142 -
CMYK 0 0.83 0.29 0.21
HSL 321.33º 0.7% 0.46% -
HSV(B) 321.33º 0.83% 0.79% -
XYZ 29.57 15.57 27.04 -
YUV 96.83 153.5 202.3 -
System Red Green Blue C M Y K H S L
Decimal 201 35 142 0 0.83 0.29 0.21 321.33 0.7 0.46
Hex C9 23 8E 0 53 1D 15 141 46 2E
Octal 311 43 216 0 123 35 25 501 106 56
Binary 11001001 100011 10001110 0 1010011 11101 10101 101000001 1000110 101110

Color Harmonies of #C9238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9238E

Black with #C9238E

Text Example


Text Example

White with #C9238E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9238E; }

 p { color: rgb(201,35,142); }

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

background-color css

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

 a { background-color: rgb(201,35,142); }

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

border-color css

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

 span { border-color: rgb(201,35,142); }

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