Html Css Color HEX #C2009A Medium Violet Red

📋 copy color: '#C2009A'

red 194 ◦ green 0 ◦ blue 154

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

Shades of Medium Violet Red #C2009A

Tints of Medium Violet Red #C2009A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.75%
G = 0%
B = 44.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C2009A (or 0xC2009A) is known color: Medium Violet Red. HEX triplet: C2, 00 and 9A. RGB value is (194,0,154). Sum of RGB (Red+Green+Blue) = 194+0+154=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C2009A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2009A is #3DFF65. Grayscale: #4B4B4B. Windows color (decimal): -4063078 or 10092738. OLE color: 10092738.

HSL color Cylindrical-coordinate representation of color #C2009A: hue angle of 312.37º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2009A is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 0 154 -
CMYK 0 1 0.21 0.24
HSL 312.37º 1% 0.38% -
HSV(B) 312.37º 1% 0.76% -
XYZ 28.08 13.8 31.76 -
YUV 75.56 172.27 212.48 -
System Red Green Blue C M Y K H S L
Decimal 194 0 154 0 1 0.21 0.24 312.37 1 0.38
Hex C2 0 9A 0 64 15 18 138 64 26
Octal 302 0 232 0 144 25 30 470 144 46
Binary 11000010 0 10011010 0 1100100 10101 11000 100111000 1100100 100110

Color Harmonies of #C2009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2009A

Black with #C2009A

Text Example


Text Example

White with #C2009A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2009A; }

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

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

background-color css

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

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

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

border-color css

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

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

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