Html Css Color HEX #C23690 Medium Red Violet

📋 copy color: '#C23690'

red 194 ◦ green 54 ◦ blue 144

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

Shades of Medium Red Violet #C23690

Tints of Medium Red Violet #C23690

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.78%

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

R = 49.49%
G = 13.78%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C23690 (or 0xC23690) is known color: Medium Red Violet. HEX triplet: C2, 36 and 90. RGB value is (194,54,144). Sum of RGB (Red+Green+Blue) = 194+54+144=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 54 (21.48% from 255 or 13.78% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C23690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23690 is #3DC96F. Grayscale: #696969. Windows color (decimal): -4049264 or 9451202. OLE color: 9451202.

HSL color Cylindrical-coordinate representation of color #C23690: hue angle of 321.43º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23690 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 54 144 -
CMYK 0 0.72 0.26 0.24
HSL 321.43º 0.56% 0.49% -
HSV(B) 321.43º 0.72% 0.76% -
XYZ 28.6 16.12 27.99 -
YUV 106.12 149.38 190.68 -
System Red Green Blue C M Y K H S L
Decimal 194 54 144 0 0.72 0.26 0.24 321.43 0.56 0.49
Hex C2 36 90 0 48 1A 18 141 38 31
Octal 302 66 220 0 110 32 30 501 70 61
Binary 11000010 110110 10010000 0 1001000 11010 11000 101000001 111000 110001

Color Harmonies of #C23690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23690

Black with #C23690

Text Example


Text Example

White with #C23690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23690; }

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

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

background-color css

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

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

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

border-color css

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

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

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