Html Css Color HEX #C9238A Medium Violet Red

📋 copy color: '#C9238A'

red 201 ◦ green 35 ◦ blue 138

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

Shades of Medium Violet Red #C9238A

Tints of Medium Violet Red #C9238A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.9%

R = 53.74%
G = 9.36%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9238A (or 0xC9238A) is known color: Medium Violet Red. HEX triplet: C9, 23 and 8A. RGB value is (201,35,138). Sum of RGB (Red+Green+Blue) = 201+35+138=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 35 (14.06% from 255 or 9.36% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C9238A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9238A is #36DC75. Grayscale: #606060. Windows color (decimal): -3595382 or 9053129. OLE color: 9053129.

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

Color convert

RGB 201 35 138 -
CMYK 0 0.83 0.31 0.21
HSL 322.77º 0.7% 0.46% -
HSV(B) 322.77º 0.83% 0.79% -
XYZ 29.28 15.45 25.48 -
YUV 96.38 151.5 202.62 -
System Red Green Blue C M Y K H S L
Decimal 201 35 138 0 0.83 0.31 0.21 322.77 0.7 0.46
Hex C9 23 8A 0 53 1F 15 143 46 2E
Octal 311 43 212 0 123 37 25 503 106 56
Binary 11001001 100011 10001010 0 1010011 11111 10101 101000011 1000110 101110

Color Harmonies of #C9238A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9238A

Black with #C9238A

Text Example


Text Example

White with #C9238A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9238A; }

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

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

background-color css

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

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

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

border-color css

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

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

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