Html Css Color HEX #C23299 Medium Red Violet

📋 copy color: '#C23299'

red 194 ◦ green 50 ◦ blue 153

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

Shades of Medium Red Violet #C23299

Tints of Medium Red Violet #C23299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.59%

 BLUE value IS 153 (60.16% from 255) = 38.54%

R = 48.87%
G = 12.59%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C23299 (or 0xC23299) is known color: Medium Red Violet. HEX triplet: C2, 32 and 99. RGB value is (194,50,153). Sum of RGB (Red+Green+Blue) = 194+50+153=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C23299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23299 is #3DCD66. Grayscale: #686868. Windows color (decimal): -4050279 or 10040002. OLE color: 10040002.

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

Color convert

RGB 194 50 153 -
CMYK 0 0.74 0.21 0.24
HSL 317.08º 0.59% 0.48% -
HSV(B) 317.08º 0.74% 0.76% -
XYZ 29.14 16.05 31.7 -
YUV 104.8 155.21 191.62 -
System Red Green Blue C M Y K H S L
Decimal 194 50 153 0 0.74 0.21 0.24 317.08 0.59 0.48
Hex C2 32 99 0 4A 15 18 13D 3B 30
Octal 302 62 231 0 112 25 30 475 73 60
Binary 11000010 110010 10011001 0 1001010 10101 11000 100111101 111011 110000

Color Harmonies of #C23299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23299

Black with #C23299

Text Example


Text Example

White with #C23299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23299; }

 p { color: rgb(194,50,153); }

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

background-color css

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

 a { background-color: rgb(194,50,153); }

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

border-color css

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

 span { border-color: rgb(194,50,153); }

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