Html Css Color HEX #C2089A Medium Violet Red

📋 copy color: '#C2089A'

red 194 ◦ green 8 ◦ blue 154

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

Shades of Medium Violet Red #C2089A

Tints of Medium Violet Red #C2089A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.26%

R = 54.49%
G = 2.25%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C2089A (or 0xC2089A) is known color: Medium Violet Red. HEX triplet: C2, 08 and 9A. RGB value is (194,8,154). Sum of RGB (Red+Green+Blue) = 194+8+154=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C2089A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2089A is #3DF765. Grayscale: #4F4F4F. Windows color (decimal): -4061030 or 10094786. OLE color: 10094786.

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

Color convert

RGB 194 8 154 -
CMYK 0 0.96 0.21 0.24
HSL 312.9º 0.92% 0.4% -
HSV(B) 312.9º 0.96% 0.76% -
XYZ 28.17 13.98 31.78 -
YUV 80.26 169.62 209.13 -
System Red Green Blue C M Y K H S L
Decimal 194 8 154 0 0.96 0.21 0.24 312.9 0.92 0.4
Hex C2 8 9A 0 60 15 18 139 5C 28
Octal 302 10 232 0 140 25 30 471 134 50
Binary 11000010 1000 10011010 0 1100000 10101 11000 100111001 1011100 101000

Color Harmonies of #C2089A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2089A

Black with #C2089A

Text Example


Text Example

White with #C2089A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2089A; }

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

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

background-color css

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

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

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

border-color css

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

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

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