Html Css Color HEX #C2049C Medium Violet Red

📋 copy color: '#C2049C'

red 194 ◦ green 4 ◦ blue 156

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

Shades of Medium Violet Red #C2049C

Tints of Medium Violet Red #C2049C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.07%

R = 54.8%
G = 1.13%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C2049C (or 0xC2049C) is known color: Medium Violet Red. HEX triplet: C2, 04 and 9C. RGB value is (194,4,156). Sum of RGB (Red+Green+Blue) = 194+4+156=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C2049C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2049C is #3DFB63. Grayscale: #4D4D4D. Windows color (decimal): -4062052 or 10224834. OLE color: 10224834.

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

Color convert

RGB 194 4 156 -
CMYK 0 0.98 0.20 0.24
HSL 312º 0.96% 0.39% -
HSV(B) 312º 0.98% 0.76% -
XYZ 28.29 13.96 32.66 -
YUV 78.14 171.95 210.64 -
System Red Green Blue C M Y K H S L
Decimal 194 4 156 0 0.98 0.20 0.24 312 0.96 0.39
Hex C2 4 9C 0 62 14 18 138 60 27
Octal 302 4 234 0 142 24 30 470 140 47
Binary 11000010 100 10011100 0 1100010 10100 11000 100111000 1100000 100111

Color Harmonies of #C2049C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2049C

Black with #C2049C

Text Example


Text Example

White with #C2049C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2049C; }

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

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

background-color css

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

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

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

border-color css

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

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

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