Html Css Color HEX #C23092 Medium Red Violet

📋 copy color: '#C23092'

red 194 ◦ green 48 ◦ blue 146

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

Shades of Medium Red Violet #C23092

Tints of Medium Red Violet #C23092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.63%

R = 50%
G = 12.37%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C23092 (or 0xC23092) is known color: Medium Red Violet. HEX triplet: C2, 30 and 92. RGB value is (194,48,146). Sum of RGB (Red+Green+Blue) = 194+48+146=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C23092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23092 is #3DCF6D. Grayscale: #666666. Windows color (decimal): -4050798 or 9580738. OLE color: 9580738.

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

Color convert

RGB 194 48 146 -
CMYK 0 0.75 0.25 0.24
HSL 319.73º 0.6% 0.47% -
HSV(B) 319.73º 0.75% 0.76% -
XYZ 28.49 15.66 28.71 -
YUV 102.83 152.37 193.03 -
System Red Green Blue C M Y K H S L
Decimal 194 48 146 0 0.75 0.25 0.24 319.73 0.6 0.47
Hex C2 30 92 0 4B 19 18 140 3C 2F
Octal 302 60 222 0 113 31 30 500 74 57
Binary 11000010 110000 10010010 0 1001011 11001 11000 101000000 111100 101111

Color Harmonies of #C23092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23092

Black with #C23092

Text Example


Text Example

White with #C23092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23092; }

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

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

background-color css

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

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

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

border-color css

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

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

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