Html Css Color HEX #C23395 Medium Red Violet

📋 copy color: '#C23395'

red 194 ◦ green 51 ◦ blue 149

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

Shades of Medium Red Violet #C23395

Tints of Medium Red Violet #C23395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.82%

R = 49.24%
G = 12.94%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C23395 (or 0xC23395) is known color: Medium Red Violet. HEX triplet: C2, 33 and 95. RGB value is (194,51,149). Sum of RGB (Red+Green+Blue) = 194+51+149=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C23395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23395 is #3DCC6A. Grayscale: #686868. Windows color (decimal): -4050027 or 9778114. OLE color: 9778114.

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

Color convert

RGB 194 51 149 -
CMYK 0 0.74 0.23 0.24
HSL 318.88º 0.58% 0.48% -
HSV(B) 318.88º 0.74% 0.76% -
XYZ 28.86 16.01 30 -
YUV 104.93 152.88 191.53 -
System Red Green Blue C M Y K H S L
Decimal 194 51 149 0 0.74 0.23 0.24 318.88 0.58 0.48
Hex C2 33 95 0 4A 17 18 13F 3A 30
Octal 302 63 225 0 112 27 30 477 72 60
Binary 11000010 110011 10010101 0 1001010 10111 11000 100111111 111010 110000

Color Harmonies of #C23395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23395

Black with #C23395

Text Example


Text Example

White with #C23395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23395; }

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

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

background-color css

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

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

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

border-color css

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

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

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