Html Css Color HEX #C23884 Medium Red Violet

📋 copy color: '#C23884'

red 194 ◦ green 56 ◦ blue 132

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

Shades of Medium Red Violet #C23884

Tints of Medium Red Violet #C23884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.55%

R = 50.79%
G = 14.66%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C23884 (or 0xC23884) is known color: Medium Red Violet. HEX triplet: C2, 38 and 84. RGB value is (194,56,132). Sum of RGB (Red+Green+Blue) = 194+56+132=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C23884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23884 is #3DC77B. Grayscale: #696969. Windows color (decimal): -4048764 or 8665282. OLE color: 8665282.

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

Color convert

RGB 194 56 132 -
CMYK 0 0.71 0.32 0.24
HSL 326.96º 0.55% 0.49% -
HSV(B) 326.96º 0.71% 0.76% -
XYZ 27.83 15.96 23.44 -
YUV 105.93 142.72 190.82 -
System Red Green Blue C M Y K H S L
Decimal 194 56 132 0 0.71 0.32 0.24 326.96 0.55 0.49
Hex C2 38 84 0 47 20 18 147 37 31
Octal 302 70 204 0 107 40 30 507 67 61
Binary 11000010 111000 10000100 0 1000111 100000 11000 101000111 110111 110001

Color Harmonies of #C23884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23884

Black with #C23884

Text Example


Text Example

White with #C23884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23884; }

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

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

background-color css

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

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

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

border-color css

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

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

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