Html Css Color HEX #C9238D Medium Violet Red

📋 copy color: '#C9238D'

red 201 ◦ green 35 ◦ blue 141

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

Shades of Medium Violet Red #C9238D

Tints of Medium Violet Red #C9238D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.4%

R = 53.32%
G = 9.28%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9238D (or 0xC9238D) is known color: Medium Violet Red. HEX triplet: C9, 23 and 8D. RGB value is (201,35,141). Sum of RGB (Red+Green+Blue) = 201+35+141=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C9238D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9238D is #36DC72. Grayscale: #606060. Windows color (decimal): -3595379 or 9249737. OLE color: 9249737.

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

Color convert

RGB 201 35 141 -
CMYK 0 0.83 0.30 0.21
HSL 321.69º 0.7% 0.46% -
HSV(B) 321.69º 0.83% 0.79% -
XYZ 29.5 15.54 26.64 -
YUV 96.72 153 202.38 -
System Red Green Blue C M Y K H S L
Decimal 201 35 141 0 0.83 0.30 0.21 321.69 0.7 0.46
Hex C9 23 8D 0 53 1E 15 142 46 2E
Octal 311 43 215 0 123 36 25 502 106 56
Binary 11001001 100011 10001101 0 1010011 11110 10101 101000010 1000110 101110

Color Harmonies of #C9238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9238D

Black with #C9238D

Text Example


Text Example

White with #C9238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9238D; }

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

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

background-color css

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

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

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

border-color css

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

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

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