Html Css Color HEX #C23A98 Medium Red Violet

📋 copy color: '#C23A98'

red 194 ◦ green 58 ◦ blue 152

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

Shades of Medium Red Violet #C23A98

Tints of Medium Red Violet #C23A98

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.36%

 BLUE value IS 152 (59.77% from 255) = 37.62%

R = 48.02%
G = 14.36%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C23A98 (or 0xC23A98) is known color: Medium Red Violet. HEX triplet: C2, 3A and 98. RGB value is (194,58,152). Sum of RGB (Red+Green+Blue) = 194+58+152=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 58 (23.05% from 255 or 14.36% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23A98 is #3DC567. Grayscale: #6D6D6D. Windows color (decimal): -4048232 or 9976514. OLE color: 9976514.

HSL color Cylindrical-coordinate representation of color #C23A98: hue angle of 318.53º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23A98 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 58 152 -
CMYK 0 0.70 0.22 0.24
HSL 318.53º 0.54% 0.49% -
HSV(B) 318.53º 0.7% 0.76% -
XYZ 29.43 16.76 31.39 -
YUV 109.38 152.06 188.36 -
System Red Green Blue C M Y K H S L
Decimal 194 58 152 0 0.70 0.22 0.24 318.53 0.54 0.49
Hex C2 3A 98 0 46 16 18 13F 36 31
Octal 302 72 230 0 106 26 30 477 66 61
Binary 11000010 111010 10011000 0 1000110 10110 11000 100111111 110110 110001

Color Harmonies of #C23A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23A98

Black with #C23A98

Text Example


Text Example

White with #C23A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23A98; }

 p { color: rgb(194,58,152); }

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

background-color css

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

 a { background-color: rgb(194,58,152); }

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

border-color css

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

 span { border-color: rgb(194,58,152); }

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