Html Css Color HEX #C2259A Medium Violet Red

📋 copy color: '#C2259A'

red 194 ◦ green 37 ◦ blue 154

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

Shades of Medium Violet Red #C2259A

Tints of Medium Violet Red #C2259A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40%

R = 50.39%
G = 9.61%
B = 40%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C2259A (or 0xC2259A) is known color: Medium Violet Red. HEX triplet: C2, 25 and 9A. RGB value is (194,37,154). Sum of RGB (Red+Green+Blue) = 194+37+154=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2259A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2259A is #3DDA65. Grayscale: #606060. Windows color (decimal): -4053606 or 10102210. OLE color: 10102210.

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

Color convert

RGB 194 37 154 -
CMYK 0 0.81 0.21 0.24
HSL 315.29º 0.68% 0.45% -
HSV(B) 315.29º 0.81% 0.76% -
XYZ 28.74 15.13 31.98 -
YUV 97.28 160.01 196.99 -
System Red Green Blue C M Y K H S L
Decimal 194 37 154 0 0.81 0.21 0.24 315.29 0.68 0.45
Hex C2 25 9A 0 51 15 18 13B 44 2D
Octal 302 45 232 0 121 25 30 473 104 55
Binary 11000010 100101 10011010 0 1010001 10101 11000 100111011 1000100 101101

Color Harmonies of #C2259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2259A

Black with #C2259A

Text Example


Text Example

White with #C2259A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2259A; }

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

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

background-color css

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

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

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

border-color css

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

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

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