Html Css Color HEX #C2387D Medium Red Violet

📋 copy color: '#C2387D'

red 194 ◦ green 56 ◦ blue 125

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

Shades of Medium Red Violet #C2387D

Tints of Medium Red Violet #C2387D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.33%

R = 51.73%
G = 14.93%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2387D (or 0xC2387D) is known color: Medium Red Violet. HEX triplet: C2, 38 and 7D. RGB value is (194,56,125). Sum of RGB (Red+Green+Blue) = 194+56+125=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C2387D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2387D is #3DC782. Grayscale: #686868. Windows color (decimal): -4048771 or 8206530. OLE color: 8206530.

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

Color convert

RGB 194 56 125 -
CMYK 0 0.71 0.36 0.24
HSL 330º 0.55% 0.49% -
HSV(B) 330º 0.71% 0.76% -
XYZ 27.36 15.78 21.01 -
YUV 105.13 139.22 191.39 -
System Red Green Blue C M Y K H S L
Decimal 194 56 125 0 0.71 0.36 0.24 330 0.55 0.49
Hex C2 38 7D 0 47 24 18 14A 37 31
Octal 302 70 175 0 107 44 30 512 67 61
Binary 11000010 111000 1111101 0 1000111 100100 11000 101001010 110111 110001

Color Harmonies of #C2387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2387D

Black with #C2387D

Text Example


Text Example

White with #C2387D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2387D; }

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

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

background-color css

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

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

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

border-color css

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

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

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