Html Css Color HEX #C2259F Medium Violet Red

📋 copy color: '#C2259F'

red 194 ◦ green 37 ◦ blue 159

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

Shades of Medium Violet Red #C2259F

Tints of Medium Violet Red #C2259F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.49%

 BLUE value IS 159 (62.5% from 255) = 40.77%

R = 49.74%
G = 9.49%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C2259F (or 0xC2259F) is known color: Medium Violet Red. HEX triplet: C2, 25 and 9F. RGB value is (194,37,159). Sum of RGB (Red+Green+Blue) = 194+37+159=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 37 (14.84% from 255 or 9.49% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2259F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2259F is #3DDA60. Grayscale: #616161. Windows color (decimal): -4053601 or 10429890. OLE color: 10429890.

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

Color convert

RGB 194 37 159 -
CMYK 0 0.81 0.18 0.24
HSL 313.38º 0.68% 0.45% -
HSV(B) 313.38º 0.81% 0.76% -
XYZ 29.17 15.3 34.22 -
YUV 97.85 162.51 196.58 -
System Red Green Blue C M Y K H S L
Decimal 194 37 159 0 0.81 0.18 0.24 313.38 0.68 0.45
Hex C2 25 9F 0 51 12 18 139 44 2D
Octal 302 45 237 0 121 22 30 471 104 55
Binary 11000010 100101 10011111 0 1010001 10010 11000 100111001 1000100 101101

Color Harmonies of #C2259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2259F

Black with #C2259F

Text Example


Text Example

White with #C2259F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2259F; }

 p { color: rgb(194,37,159); }

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

background-color css

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

 a { background-color: rgb(194,37,159); }

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

border-color css

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

 span { border-color: rgb(194,37,159); }

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