Html Css Color HEX #C2389A Medium Red Violet

📋 copy color: '#C2389A'

red 194 ◦ green 56 ◦ blue 154

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

Shades of Medium Red Violet #C2389A

Tints of Medium Red Violet #C2389A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.86%

 BLUE value IS 154 (60.55% from 255) = 38.12%

R = 48.02%
G = 13.86%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C2389A (or 0xC2389A) is known color: Medium Red Violet. HEX triplet: C2, 38 and 9A. RGB value is (194,56,154). Sum of RGB (Red+Green+Blue) = 194+56+154=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2389A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2389A is #3DC765. Grayscale: #6C6C6C. Windows color (decimal): -4048742 or 10107074. OLE color: 10107074.

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

Color convert

RGB 194 56 154 -
CMYK 0 0.71 0.21 0.24
HSL 317.39º 0.55% 0.49% -
HSV(B) 317.39º 0.71% 0.76% -
XYZ 29.5 16.63 32.23 -
YUV 108.43 153.72 189.03 -
System Red Green Blue C M Y K H S L
Decimal 194 56 154 0 0.71 0.21 0.24 317.39 0.55 0.49
Hex C2 38 9A 0 47 15 18 13D 37 31
Octal 302 70 232 0 107 25 30 475 67 61
Binary 11000010 111000 10011010 0 1000111 10101 11000 100111101 110111 110001

Color Harmonies of #C2389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2389A

Black with #C2389A

Text Example


Text Example

White with #C2389A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2389A; }

 p { color: rgb(194,56,154); }

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

background-color css

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

 a { background-color: rgb(194,56,154); }

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

border-color css

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

 span { border-color: rgb(194,56,154); }

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