Html Css Color HEX #C2087A Medium Violet Red

📋 copy color: '#C2087A'

red 194 ◦ green 8 ◦ blue 122

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

Shades of Medium Violet Red #C2087A

Tints of Medium Violet Red #C2087A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.65%

R = 59.88%
G = 2.47%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2087A (or 0xC2087A) is known color: Medium Violet Red. HEX triplet: C2, 08 and 7A. RGB value is (194,8,122). Sum of RGB (Red+Green+Blue) = 194+8+122=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C2087A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2087A is #3DF785. Grayscale: #4C4C4C. Windows color (decimal): -4061062 or 7997634. OLE color: 7997634.

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

Color convert

RGB 194 8 122 -
CMYK 0 0.96 0.37 0.24
HSL 323.23º 0.92% 0.4% -
HSV(B) 323.23º 0.96% 0.76% -
XYZ 25.85 13.05 19.57 -
YUV 76.61 153.62 211.73 -
System Red Green Blue C M Y K H S L
Decimal 194 8 122 0 0.96 0.37 0.24 323.23 0.92 0.4
Hex C2 8 7A 0 60 25 18 143 5C 28
Octal 302 10 172 0 140 45 30 503 134 50
Binary 11000010 1000 1111010 0 1100000 100101 11000 101000011 1011100 101000

Color Harmonies of #C2087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2087A

Black with #C2087A

Text Example


Text Example

White with #C2087A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2087A; }

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

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

background-color css

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

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

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

border-color css

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

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

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