Html Css Color HEX #C2249B Medium Violet Red

📋 copy color: '#C2249B'

red 194 ◦ green 36 ◦ blue 155

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

Shades of Medium Violet Red #C2249B

Tints of Medium Violet Red #C2249B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.35%

 BLUE value IS 155 (60.94% from 255) = 40.26%

R = 50.39%
G = 9.35%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C2249B (or 0xC2249B) is known color: Medium Violet Red. HEX triplet: C2, 24 and 9B. RGB value is (194,36,155). Sum of RGB (Red+Green+Blue) = 194+36+155=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2249B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2249B is #3DDB64. Grayscale: #606060. Windows color (decimal): -4053861 or 10167490. OLE color: 10167490.

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

Color convert

RGB 194 36 155 -
CMYK 0 0.81 0.20 0.24
HSL 314.81º 0.69% 0.45% -
HSV(B) 314.81º 0.81% 0.76% -
XYZ 28.8 15.1 32.41 -
YUV 96.81 160.85 197.32 -
System Red Green Blue C M Y K H S L
Decimal 194 36 155 0 0.81 0.20 0.24 314.81 0.69 0.45
Hex C2 24 9B 0 51 14 18 13B 45 2D
Octal 302 44 233 0 121 24 30 473 105 55
Binary 11000010 100100 10011011 0 1010001 10100 11000 100111011 1000101 101101

Color Harmonies of #C2249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2249B

Black with #C2249B

Text Example


Text Example

White with #C2249B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2249B; }

 p { color: rgb(194,36,155); }

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

background-color css

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

 a { background-color: rgb(194,36,155); }

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

border-color css

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

 span { border-color: rgb(194,36,155); }

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