Html Css Color HEX #C2398B Medium Red Violet

📋 copy color: '#C2398B'

red 194 ◦ green 57 ◦ blue 139

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

Shades of Medium Red Violet #C2398B

Tints of Medium Red Violet #C2398B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.64%

R = 49.74%
G = 14.62%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2398B (or 0xC2398B) is known color: Medium Red Violet. HEX triplet: C2, 39 and 8B. RGB value is (194,57,139). Sum of RGB (Red+Green+Blue) = 194+57+139=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2398B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2398B is #3DC674. Grayscale: #6B6B6B. Windows color (decimal): -4048501 or 9124290. OLE color: 9124290.

HSL color Cylindrical-coordinate representation of color #C2398B: hue angle of 324.09º 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 #C2398B is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 57 139 -
CMYK 0 0.71 0.28 0.24
HSL 324.09º 0.55% 0.49% -
HSV(B) 324.09º 0.71% 0.76% -
XYZ 28.37 16.26 26.07 -
YUV 107.31 145.89 189.83 -
System Red Green Blue C M Y K H S L
Decimal 194 57 139 0 0.71 0.28 0.24 324.09 0.55 0.49
Hex C2 39 8B 0 47 1C 18 144 37 31
Octal 302 71 213 0 107 34 30 504 67 61
Binary 11000010 111001 10001011 0 1000111 11100 11000 101000100 110111 110001

Color Harmonies of #C2398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2398B

Black with #C2398B

Text Example


Text Example

White with #C2398B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2398B; }

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

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

background-color css

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

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

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

border-color css

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

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

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