Html Css Color HEX #C2047C Medium Violet Red

📋 copy color: '#C2047C'

red 194 ◦ green 4 ◦ blue 124

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

Shades of Medium Violet Red #C2047C

Tints of Medium Violet Red #C2047C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.51%

R = 60.25%
G = 1.24%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2047C (or 0xC2047C) is known color: Medium Violet Red. HEX triplet: C2, 04 and 7C. RGB value is (194,4,124). Sum of RGB (Red+Green+Blue) = 194+4+124=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C2047C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2047C is #3DFB83. Grayscale: #4A4A4A. Windows color (decimal): -4062084 or 8127682. OLE color: 8127682.

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

Color convert

RGB 194 4 124 -
CMYK 0 0.98 0.36 0.24
HSL 322.11º 0.96% 0.39% -
HSV(B) 322.11º 0.98% 0.76% -
XYZ 25.93 13.01 20.21 -
YUV 74.49 155.95 213.24 -
System Red Green Blue C M Y K H S L
Decimal 194 4 124 0 0.98 0.36 0.24 322.11 0.96 0.39
Hex C2 4 7C 0 62 24 18 142 60 27
Octal 302 4 174 0 142 44 30 502 140 47
Binary 11000010 100 1111100 0 1100010 100100 11000 101000010 1100000 100111

Color Harmonies of #C2047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2047C

Black with #C2047C

Text Example


Text Example

White with #C2047C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2047C; }

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

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

background-color css

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

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

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

border-color css

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

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

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