Html Css Color HEX #C2087C Medium Violet Red

📋 copy color: '#C2087C'

red 194 ◦ green 8 ◦ blue 124

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

Shades of Medium Violet Red #C2087C

Tints of Medium Violet Red #C2087C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.45%

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

R = 59.51%
G = 2.45%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2087C (or 0xC2087C) is known color: Medium Violet Red. HEX triplet: C2, 08 and 7C. RGB value is (194,8,124). Sum of RGB (Red+Green+Blue) = 194+8+124=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C2087C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2087C is #3DF783. Grayscale: #4C4C4C. Windows color (decimal): -4061060 or 8128706. OLE color: 8128706.

HSL color Cylindrical-coordinate representation of color #C2087C: hue angle of 322.58º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2087C is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 8 124 -
CMYK 0 0.96 0.36 0.24
HSL 322.58º 0.92% 0.4% -
HSV(B) 322.58º 0.96% 0.76% -
XYZ 25.97 13.1 20.23 -
YUV 76.84 154.62 211.57 -
System Red Green Blue C M Y K H S L
Decimal 194 8 124 0 0.96 0.36 0.24 322.58 0.92 0.4
Hex C2 8 7C 0 60 24 18 143 5C 28
Octal 302 10 174 0 140 44 30 503 134 50
Binary 11000010 1000 1111100 0 1100000 100100 11000 101000011 1011100 101000

Color Harmonies of #C2087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2087C

Black with #C2087C

Text Example


Text Example

White with #C2087C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2087C; }

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

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

background-color css

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

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

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

border-color css

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

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

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