Html Css Color HEX #C2048B Medium Violet Red

📋 copy color: '#C2048B'

red 194 ◦ green 4 ◦ blue 139

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

Shades of Medium Violet Red #C2048B

Tints of Medium Violet Red #C2048B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.25%

R = 57.57%
G = 1.19%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2048B (or 0xC2048B) is known color: Medium Violet Red. HEX triplet: C2, 04 and 8B. RGB value is (194,4,139). Sum of RGB (Red+Green+Blue) = 194+4+139=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C2048B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2048B is #3DFB74. Grayscale: #4B4B4B. Windows color (decimal): -4062069 or 9110722. OLE color: 9110722.

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

Color convert

RGB 194 4 139 -
CMYK 0 0.98 0.28 0.24
HSL 317.37º 0.96% 0.39% -
HSV(B) 317.37º 0.98% 0.76% -
XYZ 26.95 13.42 25.6 -
YUV 76.2 163.45 212.02 -
System Red Green Blue C M Y K H S L
Decimal 194 4 139 0 0.98 0.28 0.24 317.37 0.96 0.39
Hex C2 4 8B 0 62 1C 18 13D 60 27
Octal 302 4 213 0 142 34 30 475 140 47
Binary 11000010 100 10001011 0 1100010 11100 11000 100111101 1100000 100111

Color Harmonies of #C2048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2048B

Black with #C2048B

Text Example


Text Example

White with #C2048B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2048B; }

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

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

background-color css

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

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

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

border-color css

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

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

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