Html Css Color HEX #C23186 Medium Red Violet

📋 copy color: '#C23186'

red 194 ◦ green 49 ◦ blue 134

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

Shades of Medium Red Violet #C23186

Tints of Medium Red Violet #C23186

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13%

 BLUE value IS 134 (52.73% from 255) = 35.54%

R = 51.46%
G = 13%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C23186 (or 0xC23186) is known color: Medium Red Violet. HEX triplet: C2, 31 and 86. RGB value is (194,49,134). Sum of RGB (Red+Green+Blue) = 194+49+134=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C23186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23186 is #3DCE79. Grayscale: #656565. Windows color (decimal): -4050554 or 8794562. OLE color: 8794562.

HSL color Cylindrical-coordinate representation of color #C23186: hue angle of 324.83º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23186 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 49 134 -
CMYK 0 0.75 0.31 0.24
HSL 324.83º 0.6% 0.48% -
HSV(B) 324.83º 0.75% 0.76% -
XYZ 27.65 15.39 24.07 -
YUV 102.05 146.04 193.59 -
System Red Green Blue C M Y K H S L
Decimal 194 49 134 0 0.75 0.31 0.24 324.83 0.6 0.48
Hex C2 31 86 0 4B 1F 18 145 3C 30
Octal 302 61 206 0 113 37 30 505 74 60
Binary 11000010 110001 10000110 0 1001011 11111 11000 101000101 111100 110000

Color Harmonies of #C23186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23186

Black with #C23186

Text Example


Text Example

White with #C23186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23186; }

 p { color: rgb(194,49,134); }

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

background-color css

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

 a { background-color: rgb(194,49,134); }

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

border-color css

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

 span { border-color: rgb(194,49,134); }

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