Html Css Color HEX #C23089 Medium Red Violet

📋 copy color: '#C23089'

red 194 ◦ green 48 ◦ blue 137

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

Shades of Medium Red Violet #C23089

Tints of Medium Red Violet #C23089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.66%

 BLUE value IS 137 (53.91% from 255) = 36.15%

R = 51.19%
G = 12.66%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C23089 (or 0xC23089) is known color: Medium Red Violet. HEX triplet: C2, 30 and 89. RGB value is (194,48,137). Sum of RGB (Red+Green+Blue) = 194+48+137=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C23089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23089 is #3DCF76. Grayscale: #656565. Windows color (decimal): -4050807 or 8990914. OLE color: 8990914.

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

Color convert

RGB 194 48 137 -
CMYK 0 0.75 0.29 0.24
HSL 323.42º 0.6% 0.47% -
HSV(B) 323.42º 0.75% 0.76% -
XYZ 27.82 15.39 25.17 -
YUV 101.8 147.87 193.76 -
System Red Green Blue C M Y K H S L
Decimal 194 48 137 0 0.75 0.29 0.24 323.42 0.6 0.47
Hex C2 30 89 0 4B 1D 18 143 3C 2F
Octal 302 60 211 0 113 35 30 503 74 57
Binary 11000010 110000 10001001 0 1001011 11101 11000 101000011 111100 101111

Color Harmonies of #C23089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23089

Black with #C23089

Text Example


Text Example

White with #C23089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23089; }

 p { color: rgb(194,48,137); }

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

background-color css

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

 a { background-color: rgb(194,48,137); }

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

border-color css

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

 span { border-color: rgb(194,48,137); }

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