Html Css Color HEX #C2239D Medium Violet Red

📋 copy color: '#C2239D'

red 194 ◦ green 35 ◦ blue 157

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

Shades of Medium Violet Red #C2239D

Tints of Medium Violet Red #C2239D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.07%

 BLUE value IS 157 (61.72% from 255) = 40.67%

R = 50.26%
G = 9.07%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2239D (or 0xC2239D) is known color: Medium Violet Red. HEX triplet: C2, 23 and 9D. RGB value is (194,35,157). Sum of RGB (Red+Green+Blue) = 194+35+157=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 35 (14.06% from 255 or 9.07% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2239D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2239D is #3DDC62. Grayscale: #606060. Windows color (decimal): -4054115 or 10298306. OLE color: 10298306.

HSL color Cylindrical-coordinate representation of color #C2239D: hue angle of 313.96º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2239D is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 35 157 -
CMYK 0 0.82 0.19 0.24
HSL 313.96º 0.69% 0.45% -
HSV(B) 313.96º 0.82% 0.76% -
XYZ 28.93 15.11 33.29 -
YUV 96.45 162.18 197.58 -
System Red Green Blue C M Y K H S L
Decimal 194 35 157 0 0.82 0.19 0.24 313.96 0.69 0.45
Hex C2 23 9D 0 52 13 18 13A 45 2D
Octal 302 43 235 0 122 23 30 472 105 55
Binary 11000010 100011 10011101 0 1010010 10011 11000 100111010 1000101 101101

Color Harmonies of #C2239D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2239D

Black with #C2239D

Text Example


Text Example

White with #C2239D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2239D; }

 p { color: rgb(194,35,157); }

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

background-color css

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

 a { background-color: rgb(194,35,157); }

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

border-color css

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

 span { border-color: rgb(194,35,157); }

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