Html Css Color HEX #C239A5 Medium Red Violet

📋 copy color: '#C239A5'

red 194 ◦ green 57 ◦ blue 165

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

Shades of Medium Red Violet #C239A5

Tints of Medium Red Violet #C239A5

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.7%

 BLUE value IS 165 (64.84% from 255) = 39.66%

R = 46.63%
G = 13.7%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C239A5 (or 0xC239A5) is known color: Medium Red Violet. HEX triplet: C2, 39 and A5. RGB value is (194,57,165). Sum of RGB (Red+Green+Blue) = 194+57+165=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 57 (22.66% from 255 or 13.70% from 416); Blue value is 165 (64.84% from 255 or 39.66% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C239A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C239A5 is #3DC65A. Grayscale: #6D6D6D. Windows color (decimal): -4048475 or 10828226. OLE color: 10828226.

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

Color convert

RGB 194 57 165 -
CMYK 0 0.71 0.15 0.24
HSL 312.7º 0.55% 0.49% -
HSV(B) 312.7º 0.71% 0.76% -
XYZ 30.5 17.11 37.29 -
YUV 110.28 158.89 187.72 -
System Red Green Blue C M Y K H S L
Decimal 194 57 165 0 0.71 0.15 0.24 312.7 0.55 0.49
Hex C2 39 A5 0 47 F 18 139 37 31
Octal 302 71 245 0 107 17 30 471 67 61
Binary 11000010 111001 10100101 0 1000111 1111 11000 100111001 110111 110001

Color Harmonies of #C239A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C239A5

Black with #C239A5

Text Example


Text Example

White with #C239A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C239A5; }

 p { color: rgb(194,57,165); }

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

background-color css

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

 a { background-color: rgb(194,57,165); }

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

border-color css

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

 span { border-color: rgb(194,57,165); }

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