Html Css Color HEX #C23390 Medium Red Violet

📋 copy color: '#C23390'

red 194 ◦ green 51 ◦ blue 144

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

Shades of Medium Red Violet #C23390

Tints of Medium Red Violet #C23390

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.11%

 BLUE value IS 144 (56.64% from 255) = 37.02%

R = 49.87%
G = 13.11%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C23390 (or 0xC23390) is known color: Medium Red Violet. HEX triplet: C2, 33 and 90. RGB value is (194,51,144). Sum of RGB (Red+Green+Blue) = 194+51+144=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C23390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23390 is #3DCC6F. Grayscale: #686868. Windows color (decimal): -4050032 or 9450434. OLE color: 9450434.

HSL color Cylindrical-coordinate representation of color #C23390: hue angle of 320.98º degrees, saturation: 0.58, 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 #C23390 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 51 144 -
CMYK 0 0.74 0.26 0.24
HSL 320.98º 0.58% 0.48% -
HSV(B) 320.98º 0.74% 0.76% -
XYZ 28.47 15.85 27.94 -
YUV 104.36 150.38 191.94 -
System Red Green Blue C M Y K H S L
Decimal 194 51 144 0 0.74 0.26 0.24 320.98 0.58 0.48
Hex C2 33 90 0 4A 1A 18 141 3A 30
Octal 302 63 220 0 112 32 30 501 72 60
Binary 11000010 110011 10010000 0 1001010 11010 11000 101000001 111010 110000

Color Harmonies of #C23390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23390

Black with #C23390

Text Example


Text Example

White with #C23390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23390; }

 p { color: rgb(194,51,144); }

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

background-color css

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

 a { background-color: rgb(194,51,144); }

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

border-color css

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

 span { border-color: rgb(194,51,144); }

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