Html Css Color HEX #C2398A Medium Red Violet

📋 copy color: '#C2398A'

red 194 ◦ green 57 ◦ blue 138

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

Shades of Medium Red Violet #C2398A

Tints of Medium Red Violet #C2398A

RGB

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

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

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

R = 49.87%
G = 14.65%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2398A (or 0xC2398A) is known color: Medium Red Violet. HEX triplet: C2, 39 and 8A. RGB value is (194,57,138). Sum of RGB (Red+Green+Blue) = 194+57+138=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 57 (22.66% from 255 or 14.65% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2398A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2398A is #3DC675. Grayscale: #6B6B6B. Windows color (decimal): -4048502 or 9058754. OLE color: 9058754.

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

Color convert

RGB 194 57 138 -
CMYK 0 0.71 0.29 0.24
HSL 324.53º 0.55% 0.49% -
HSV(B) 324.53º 0.71% 0.76% -
XYZ 28.3 16.23 25.69 -
YUV 107.2 145.39 189.91 -
System Red Green Blue C M Y K H S L
Decimal 194 57 138 0 0.71 0.29 0.24 324.53 0.55 0.49
Hex C2 39 8A 0 47 1D 18 145 37 31
Octal 302 71 212 0 107 35 30 505 67 61
Binary 11000010 111001 10001010 0 1000111 11101 11000 101000101 110111 110001

Color Harmonies of #C2398A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2398A

Black with #C2398A

Text Example


Text Example

White with #C2398A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2398A; }

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

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

background-color css

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

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

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

border-color css

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

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

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