Html Css Color HEX #C9338F Medium Red Violet

📋 copy color: '#C9338F'

red 201 ◦ green 51 ◦ blue 143

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

Shades of Medium Red Violet #C9338F

Tints of Medium Red Violet #C9338F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.2%

R = 50.89%
G = 12.91%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9338F (or 0xC9338F) is known color: Medium Red Violet. HEX triplet: C9, 33 and 8F. RGB value is (201,51,143). Sum of RGB (Red+Green+Blue) = 201+51+143=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 51 (20.31% from 255 or 12.91% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C9338F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9338F is #36CC70. Grayscale: #6A6A6A. Windows color (decimal): -3591281 or 9384905. OLE color: 9384905.

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

Color convert

RGB 201 51 143 -
CMYK 0 0.75 0.29 0.21
HSL 323.2º 0.6% 0.49% -
HSV(B) 323.2º 0.75% 0.79% -
XYZ 30.23 16.77 27.63 -
YUV 106.34 148.7 195.52 -
System Red Green Blue C M Y K H S L
Decimal 201 51 143 0 0.75 0.29 0.21 323.2 0.6 0.49
Hex C9 33 8F 0 4B 1D 15 143 3C 31
Octal 311 63 217 0 113 35 25 503 74 61
Binary 11001001 110011 10001111 0 1001011 11101 10101 101000011 111100 110001

Color Harmonies of #C9338F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9338F

Black with #C9338F

Text Example


Text Example

White with #C9338F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9338F; }

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

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

background-color css

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

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

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

border-color css

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

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

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