Html Css Color HEX #C2048D Medium Violet Red

📋 copy color: '#C2048D'

red 194 ◦ green 4 ◦ blue 141

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

Shades of Medium Violet Red #C2048D

Tints of Medium Violet Red #C2048D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.59%

R = 57.23%
G = 1.18%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2048D (or 0xC2048D) is known color: Medium Violet Red. HEX triplet: C2, 04 and 8D. RGB value is (194,4,141). Sum of RGB (Red+Green+Blue) = 194+4+141=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C2048D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2048D is #3DFB72. Grayscale: #4C4C4C. Windows color (decimal): -4062067 or 9241794. OLE color: 9241794.

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

Color convert

RGB 194 4 141 -
CMYK 0 0.98 0.27 0.24
HSL 316.74º 0.96% 0.39% -
HSV(B) 316.74º 0.98% 0.76% -
XYZ 27.1 13.48 26.37 -
YUV 76.43 164.45 211.86 -
System Red Green Blue C M Y K H S L
Decimal 194 4 141 0 0.98 0.27 0.24 316.74 0.96 0.39
Hex C2 4 8D 0 62 1B 18 13D 60 27
Octal 302 4 215 0 142 33 30 475 140 47
Binary 11000010 100 10001101 0 1100010 11011 11000 100111101 1100000 100111

Color Harmonies of #C2048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2048D

Black with #C2048D

Text Example


Text Example

White with #C2048D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2048D; }

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

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

background-color css

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

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

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

border-color css

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

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

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