Html Css Color HEX #C23094 Medium Red Violet

📋 copy color: '#C23094'

red 194 ◦ green 48 ◦ blue 148

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

Shades of Medium Red Violet #C23094

Tints of Medium Red Violet #C23094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.95%

R = 49.74%
G = 12.31%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C23094 (or 0xC23094) is known color: Medium Red Violet. HEX triplet: C2, 30 and 94. RGB value is (194,48,148). Sum of RGB (Red+Green+Blue) = 194+48+148=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 48 (19.14% from 255 or 12.31% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C23094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23094 is #3DCF6B. Grayscale: #666666. Windows color (decimal): -4050796 or 9711810. OLE color: 9711810.

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

Color convert

RGB 194 48 148 -
CMYK 0 0.75 0.24 0.24
HSL 318.9º 0.6% 0.47% -
HSV(B) 318.9º 0.75% 0.76% -
XYZ 28.65 15.72 29.54 -
YUV 103.05 153.37 192.87 -
System Red Green Blue C M Y K H S L
Decimal 194 48 148 0 0.75 0.24 0.24 318.9 0.6 0.47
Hex C2 30 94 0 4B 18 18 13F 3C 2F
Octal 302 60 224 0 113 30 30 477 74 57
Binary 11000010 110000 10010100 0 1001011 11000 11000 100111111 111100 101111

Color Harmonies of #C23094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23094

Black with #C23094

Text Example


Text Example

White with #C23094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23094; }

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

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

background-color css

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

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

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

border-color css

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

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

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