Html Css Color HEX #C9338D Medium Red Violet

📋 copy color: '#C9338D'

red 201 ◦ green 51 ◦ blue 141

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

Shades of Medium Red Violet #C9338D

Tints of Medium Red Violet #C9338D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.98%

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

R = 51.15%
G = 12.98%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9338D (or 0xC9338D) is known color: Medium Red Violet. HEX triplet: C9, 33 and 8D. RGB value is (201,51,141). Sum of RGB (Red+Green+Blue) = 201+51+141=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9338D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9338D is #36CC72. Grayscale: #696969. Windows color (decimal): -3591283 or 9253833. OLE color: 9253833.

HSL color Cylindrical-coordinate representation of color #C9338D: hue angle of 324º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9338D is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 51 141 -
CMYK 0 0.75 0.30 0.21
HSL 324º 0.6% 0.49% -
HSV(B) 324º 0.75% 0.79% -
XYZ 30.08 16.71 26.84 -
YUV 106.11 147.7 195.68 -
System Red Green Blue C M Y K H S L
Decimal 201 51 141 0 0.75 0.30 0.21 324 0.6 0.49
Hex C9 33 8D 0 4B 1E 15 144 3C 31
Octal 311 63 215 0 113 36 25 504 74 61
Binary 11001001 110011 10001101 0 1001011 11110 10101 101000100 111100 110001

Color Harmonies of #C9338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9338D

Black with #C9338D

Text Example


Text Example

White with #C9338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9338D; }

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

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

background-color css

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

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

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

border-color css

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

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

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