Html Css Color HEX #C23498 Medium Red Violet

📋 copy color: '#C23498'

red 194 ◦ green 52 ◦ blue 152

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

Shades of Medium Red Violet #C23498

Tints of Medium Red Violet #C23498

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.07%

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

R = 48.74%
G = 13.07%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C23498 (or 0xC23498) is known color: Medium Red Violet. HEX triplet: C2, 34 and 98. RGB value is (194,52,152). Sum of RGB (Red+Green+Blue) = 194+52+152=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C23498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23498 is #3DCB67. Grayscale: #696969. Windows color (decimal): -4049768 or 9974978. OLE color: 9974978.

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

Color convert

RGB 194 52 152 -
CMYK 0 0.73 0.22 0.24
HSL 317.75º 0.58% 0.48% -
HSV(B) 317.75º 0.73% 0.76% -
XYZ 29.14 16.19 31.3 -
YUV 105.86 154.04 190.87 -
System Red Green Blue C M Y K H S L
Decimal 194 52 152 0 0.73 0.22 0.24 317.75 0.58 0.48
Hex C2 34 98 0 49 16 18 13E 3A 30
Octal 302 64 230 0 111 26 30 476 72 60
Binary 11000010 110100 10011000 0 1001001 10110 11000 100111110 111010 110000

Color Harmonies of #C23498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23498

Black with #C23498

Text Example


Text Example

White with #C23498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23498; }

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

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

background-color css

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

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

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

border-color css

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

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

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