Html Css Color HEX #C2049D Medium Violet Red

📋 copy color: '#C2049D'

red 194 ◦ green 4 ◦ blue 157

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

Shades of Medium Violet Red #C2049D

Tints of Medium Violet Red #C2049D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.13%

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

R = 54.65%
G = 1.13%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2049D (or 0xC2049D) is known color: Medium Violet Red. HEX triplet: C2, 04 and 9D. RGB value is (194,4,157). Sum of RGB (Red+Green+Blue) = 194+4+157=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C2049D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2049D is #3DFB62. Grayscale: #4D4D4D. Windows color (decimal): -4062051 or 10290370. OLE color: 10290370.

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

Color convert

RGB 194 4 157 -
CMYK 0 0.98 0.19 0.24
HSL 311.68º 0.96% 0.39% -
HSV(B) 311.68º 0.98% 0.76% -
XYZ 28.38 13.99 33.1 -
YUV 78.25 172.45 210.56 -
System Red Green Blue C M Y K H S L
Decimal 194 4 157 0 0.98 0.19 0.24 311.68 0.96 0.39
Hex C2 4 9D 0 62 13 18 138 60 27
Octal 302 4 235 0 142 23 30 470 140 47
Binary 11000010 100 10011101 0 1100010 10011 11000 100111000 1100000 100111

Color Harmonies of #C2049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2049D

Black with #C2049D

Text Example


Text Example

White with #C2049D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2049D; }

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

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

background-color css

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

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

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

border-color css

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

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

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