Html Css Color HEX #C2048A Medium Violet Red

📋 copy color: '#C2048A'

red 194 ◦ green 4 ◦ blue 138

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

Shades of Medium Violet Red #C2048A

Tints of Medium Violet Red #C2048A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.07%

R = 57.74%
G = 1.19%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2048A (or 0xC2048A) is known color: Medium Violet Red. HEX triplet: C2, 04 and 8A. RGB value is (194,4,138). Sum of RGB (Red+Green+Blue) = 194+4+138=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C2048A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2048A is #3DFB75. Grayscale: #4B4B4B. Windows color (decimal): -4062070 or 9045186. OLE color: 9045186.

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

Color convert

RGB 194 4 138 -
CMYK 0 0.98 0.29 0.24
HSL 317.68º 0.96% 0.39% -
HSV(B) 317.68º 0.98% 0.76% -
XYZ 26.88 13.39 25.21 -
YUV 76.09 162.95 212.1 -
System Red Green Blue C M Y K H S L
Decimal 194 4 138 0 0.98 0.29 0.24 317.68 0.96 0.39
Hex C2 4 8A 0 62 1D 18 13E 60 27
Octal 302 4 212 0 142 35 30 476 140 47
Binary 11000010 100 10001010 0 1100010 11101 11000 100111110 1100000 100111

Color Harmonies of #C2048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2048A

Black with #C2048A

Text Example


Text Example

White with #C2048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2048A; }

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

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

background-color css

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

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

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

border-color css

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

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

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