Html Css Color HEX #C2399B Medium Red Violet

📋 copy color: '#C2399B'

red 194 ◦ green 57 ◦ blue 155

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

Shades of Medium Red Violet #C2399B

Tints of Medium Red Violet #C2399B

RGB

 RED value IS 194 (76.17% from 255) = 47.78%

 GREEN value IS 57 (22.66% from 255) = 14.04%

 BLUE value IS 155 (60.94% from 255) = 38.18%

R = 47.78%
G = 14.04%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C2399B (or 0xC2399B) is known color: Medium Red Violet. HEX triplet: C2, 39 and 9B. RGB value is (194,57,155). Sum of RGB (Red+Green+Blue) = 194+57+155=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 57 (22.66% from 255 or 14.04% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C2399B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2399B is #3DC664. Grayscale: #6C6C6C. Windows color (decimal): -4048485 or 10172866. OLE color: 10172866.

HSL color Cylindrical-coordinate representation of color #C2399B: hue angle of 317.08º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2399B is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 57 155 -
CMYK 0 0.71 0.20 0.24
HSL 317.08º 0.55% 0.49% -
HSV(B) 317.08º 0.71% 0.76% -
XYZ 29.63 16.76 32.68 -
YUV 109.14 153.89 188.53 -
System Red Green Blue C M Y K H S L
Decimal 194 57 155 0 0.71 0.20 0.24 317.08 0.55 0.49
Hex C2 39 9B 0 47 14 18 13D 37 31
Octal 302 71 233 0 107 24 30 475 67 61
Binary 11000010 111001 10011011 0 1000111 10100 11000 100111101 110111 110001

Color Harmonies of #C2399B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2399B

Black with #C2399B

Text Example


Text Example

White with #C2399B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2399B; }

 p { color: rgb(194,57,155); }

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

background-color css

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

 a { background-color: rgb(194,57,155); }

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

border-color css

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

 span { border-color: rgb(194,57,155); }

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